Interface MediaStorageConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MediaStorageConfiguration.Builder,
,MediaStorageConfiguration> SdkBuilder<MediaStorageConfiguration.Builder,
,MediaStorageConfiguration> SdkPojo
- Enclosing class:
MediaStorageConfiguration
public static interface MediaStorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<MediaStorageConfiguration.Builder,MediaStorageConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the media storage configuration.The status of the media storage configuration.The Amazon Resource Name (ARN) of the stream.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, sdkFields
-
Method Details
-
streamARN
The Amazon Resource Name (ARN) of the stream.
- Parameters:
streamARN
- The Amazon Resource Name (ARN) of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the media storage configuration.
- Parameters:
status
- The status of the media storage configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the media storage configuration.
- Parameters:
status
- The status of the media storage configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-