Interface DeploymentConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentConfiguration.Builder,,DeploymentConfiguration> SdkBuilder<DeploymentConfiguration.Builder,,DeploymentConfiguration> SdkPojo
- Enclosing class:
DeploymentConfiguration
@Mutable
@NotThreadSafe
public static interface DeploymentConfiguration.Builder
extends SdkPojo, CopyableBuilder<DeploymentConfiguration.Builder,DeploymentConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionenableCrossAccountVisibility(Boolean enableCrossAccountVisibility) Specifies whether aggregate synchronization status details for the resources covered by this deployment are visible across accounts.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enableCrossAccountVisibility
Specifies whether aggregate synchronization status details for the resources covered by this deployment are visible across accounts. Default:
false.- Parameters:
enableCrossAccountVisibility- Specifies whether aggregate synchronization status details for the resources covered by this deployment are visible across accounts. Default:false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-