Interface UpdateAccountSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAccountSettingsResponse.Builder,,UpdateAccountSettingsResponse> KinesisResponse.Builder,SdkBuilder<UpdateAccountSettingsResponse.Builder,,UpdateAccountSettingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateAccountSettingsResponse
@Mutable
@NotThreadSafe
public static interface UpdateAccountSettingsResponse.Builder
extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccountSettingsResponse.Builder,UpdateAccountSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionminimumThroughputBillingCommitment(Consumer<MinimumThroughputBillingCommitmentOutput.Builder> minimumThroughputBillingCommitment) The updated configuration of the minimum throughput billing commitment for your account.minimumThroughputBillingCommitment(MinimumThroughputBillingCommitmentOutput minimumThroughputBillingCommitment) The updated configuration of the minimum throughput billing commitment for your account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kinesis.model.KinesisResponse.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
-
minimumThroughputBillingCommitment
UpdateAccountSettingsResponse.Builder minimumThroughputBillingCommitment(MinimumThroughputBillingCommitmentOutput minimumThroughputBillingCommitment) The updated configuration of the minimum throughput billing commitment for your account.
- Parameters:
minimumThroughputBillingCommitment- The updated configuration of the minimum throughput billing commitment for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimumThroughputBillingCommitment
default UpdateAccountSettingsResponse.Builder minimumThroughputBillingCommitment(Consumer<MinimumThroughputBillingCommitmentOutput.Builder> minimumThroughputBillingCommitment) The updated configuration of the minimum throughput billing commitment for your account.
This is a convenience method that creates an instance of theMinimumThroughputBillingCommitmentOutput.Builderavoiding the need to create one manually viaMinimumThroughputBillingCommitmentOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tominimumThroughputBillingCommitment(MinimumThroughputBillingCommitmentOutput).- Parameters:
minimumThroughputBillingCommitment- a consumer that will call methods onMinimumThroughputBillingCommitmentOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-