Interface DescribeStreamStorageConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeStreamStorageConfigurationResponse.Builder,,DescribeStreamStorageConfigurationResponse> KinesisVideoResponse.Builder,SdkBuilder<DescribeStreamStorageConfigurationResponse.Builder,,DescribeStreamStorageConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeStreamStorageConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DescribeStreamStorageConfigurationResponse.Builder
extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<DescribeStreamStorageConfigurationResponse.Builder,DescribeStreamStorageConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the stream.streamName(String streamName) The name of the stream.streamStorageConfiguration(Consumer<StreamStorageConfiguration.Builder> streamStorageConfiguration) The current storage configuration for the stream, including the default storage tier and other storage-related settings.streamStorageConfiguration(StreamStorageConfiguration streamStorageConfiguration) The current storage configuration for the stream, including the default storage tier and other storage-related settings.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
streamName
The name of the stream.
- Parameters:
streamName- The name of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
streamStorageConfiguration
DescribeStreamStorageConfigurationResponse.Builder streamStorageConfiguration(StreamStorageConfiguration streamStorageConfiguration) The current storage configuration for the stream, including the default storage tier and other storage-related settings.
- Parameters:
streamStorageConfiguration- The current storage configuration for the stream, including the default storage tier and other storage-related settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamStorageConfiguration
default DescribeStreamStorageConfigurationResponse.Builder streamStorageConfiguration(Consumer<StreamStorageConfiguration.Builder> streamStorageConfiguration) The current storage configuration for the stream, including the default storage tier and other storage-related settings.
This is a convenience method that creates an instance of theStreamStorageConfiguration.Builderavoiding the need to create one manually viaStreamStorageConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostreamStorageConfiguration(StreamStorageConfiguration).- Parameters:
streamStorageConfiguration- a consumer that will call methods onStreamStorageConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-