Interface ContentConcatenationConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ContentConcatenationConfiguration.Builder,,ContentConcatenationConfiguration> SdkBuilder<ContentConcatenationConfiguration.Builder,,ContentConcatenationConfiguration> SdkPojo
- Enclosing class:
 ContentConcatenationConfiguration
@Mutable
@NotThreadSafe
public static interface ContentConcatenationConfiguration.Builder
extends SdkPojo, CopyableBuilder<ContentConcatenationConfiguration.Builder,ContentConcatenationConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionEnables or disables the configuration object.state(ArtifactsConcatenationState state) Enables or disables the configuration object.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
- 
state
Enables or disables the configuration object.
- Parameters:
 state- Enables or disables the configuration object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
state
Enables or disables the configuration object.
- Parameters:
 state- Enables or disables the configuration object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -