Interface DescribeAccountSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountSettingsResponse.Builder,,DescribeAccountSettingsResponse> KinesisResponse.Builder,SdkBuilder<DescribeAccountSettingsResponse.Builder,,DescribeAccountSettingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeAccountSettingsResponse
@Mutable
@NotThreadSafe
public static interface DescribeAccountSettingsResponse.Builder
extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountSettingsResponse.Builder,DescribeAccountSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionminimumThroughputBillingCommitment(Consumer<MinimumThroughputBillingCommitmentOutput.Builder> minimumThroughputBillingCommitment) The current configuration of the minimum throughput billing commitment for your Amazon Web Services account.minimumThroughputBillingCommitment(MinimumThroughputBillingCommitmentOutput minimumThroughputBillingCommitment) The current configuration of the minimum throughput billing commitment for your Amazon Web Services 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
DescribeAccountSettingsResponse.Builder minimumThroughputBillingCommitment(MinimumThroughputBillingCommitmentOutput minimumThroughputBillingCommitment) The current configuration of the minimum throughput billing commitment for your Amazon Web Services account.
- Parameters:
minimumThroughputBillingCommitment- The current configuration of the minimum throughput billing commitment for your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimumThroughputBillingCommitment
default DescribeAccountSettingsResponse.Builder minimumThroughputBillingCommitment(Consumer<MinimumThroughputBillingCommitmentOutput.Builder> minimumThroughputBillingCommitment) The current configuration of the minimum throughput billing commitment for your Amazon Web Services 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:
-