Interface DataChannelConcatenationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataChannelConcatenationConfiguration.Builder,
,DataChannelConcatenationConfiguration> SdkBuilder<DataChannelConcatenationConfiguration.Builder,
,DataChannelConcatenationConfiguration> SdkPojo
- Enclosing class:
DataChannelConcatenationConfiguration
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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:
-