Interface ContentArtifactsConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContentArtifactsConfiguration.Builder,ContentArtifactsConfiguration>,SdkBuilder<ContentArtifactsConfiguration.Builder,ContentArtifactsConfiguration>,SdkPojo
- Enclosing class:
- ContentArtifactsConfiguration
public static interface ContentArtifactsConfiguration.Builder extends SdkPojo, CopyableBuilder<ContentArtifactsConfiguration.Builder,ContentArtifactsConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentArtifactsConfiguration.BuildermuxType(String muxType)The MUX type of the artifact configuration.ContentArtifactsConfiguration.BuildermuxType(ContentMuxType muxType)The MUX type of the artifact configuration.ContentArtifactsConfiguration.Builderstate(String state)Indicates whether the content artifact is enabled or disabled.ContentArtifactsConfiguration.Builderstate(ArtifactsState state)Indicates whether the content artifact is enabled or disabled.-
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
ContentArtifactsConfiguration.Builder state(String state)
Indicates whether the content artifact is enabled or disabled.
- Parameters:
state- Indicates whether the content artifact is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ArtifactsState,ArtifactsState
-
state
ContentArtifactsConfiguration.Builder state(ArtifactsState state)
Indicates whether the content artifact is enabled or disabled.
- Parameters:
state- Indicates whether the content artifact is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ArtifactsState,ArtifactsState
-
muxType
ContentArtifactsConfiguration.Builder muxType(String muxType)
The MUX type of the artifact configuration.
- Parameters:
muxType- The MUX type of the artifact configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContentMuxType,ContentMuxType
-
muxType
ContentArtifactsConfiguration.Builder muxType(ContentMuxType muxType)
The MUX type of the artifact configuration.
- Parameters:
muxType- The MUX type of the artifact configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContentMuxType,ContentMuxType
-
-