Interface UpdateStreamWarmThroughputRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateStreamWarmThroughputRequest.Builder,,UpdateStreamWarmThroughputRequest> KinesisRequest.Builder,SdkBuilder<UpdateStreamWarmThroughputRequest.Builder,,UpdateStreamWarmThroughputRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateStreamWarmThroughputRequest
@Mutable
@NotThreadSafe
public static interface UpdateStreamWarmThroughputRequest.Builder
extends KinesisRequest.Builder, SdkPojo, CopyableBuilder<UpdateStreamWarmThroughputRequest.Builder,UpdateStreamWarmThroughputRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ARN of the stream to be updated.Not Implemented.streamName(String streamName) The name of the stream to be updated.warmThroughputMiBps(Integer warmThroughputMiBps) The target warm throughput in MB/s that the stream should be scaled to handle.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kinesis.model.KinesisRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
streamARN
The ARN of the stream to be updated.
- Parameters:
streamARN- The ARN of the stream to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamName
The name of the stream to be updated.
- Parameters:
streamName- The name of the stream to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamId
Not Implemented. Reserved for future use.
- Parameters:
streamId- Not Implemented. Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warmThroughputMiBps
The target warm throughput in MB/s that the stream should be scaled to handle. This represents the throughput capacity that will be immediately available for write operations.
- Parameters:
warmThroughputMiBps- The target warm throughput in MB/s that the stream should be scaled to handle. This represents the throughput capacity that will be immediately available for write operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateStreamWarmThroughputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateStreamWarmThroughputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-