Interface DataChannelConcatenationConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DataChannelConcatenationConfiguration.Builder,,DataChannelConcatenationConfiguration> SdkBuilder<DataChannelConcatenationConfiguration.Builder,,DataChannelConcatenationConfiguration> SdkPojo
- Enclosing class:
 DataChannelConcatenationConfiguration
public static interface DataChannelConcatenationConfiguration.Builder
extends SdkPojo, CopyableBuilder<DataChannelConcatenationConfiguration.Builder,DataChannelConcatenationConfiguration> 
- 
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, 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:
 
 
 -