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) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ARN of the stream to be updated.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.
-
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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateStreamWarmThroughputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-