Interface MeetingEventsConcatenationConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MeetingEventsConcatenationConfiguration.Builder,MeetingEventsConcatenationConfiguration>,SdkBuilder<MeetingEventsConcatenationConfiguration.Builder,MeetingEventsConcatenationConfiguration>,SdkPojo
- Enclosing class:
- MeetingEventsConcatenationConfiguration
public static interface MeetingEventsConcatenationConfiguration.Builder extends SdkPojo, CopyableBuilder<MeetingEventsConcatenationConfiguration.Builder,MeetingEventsConcatenationConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeetingEventsConcatenationConfiguration.Builderstate(String state)Enables or disables the configuration object.MeetingEventsConcatenationConfiguration.Builderstate(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 Detail
-
state
MeetingEventsConcatenationConfiguration.Builder state(String 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:
ArtifactsConcatenationState,ArtifactsConcatenationState
-
state
MeetingEventsConcatenationConfiguration.Builder state(ArtifactsConcatenationState 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:
ArtifactsConcatenationState,ArtifactsConcatenationState
-
-