Interface MinimumThroughputBillingCommitmentInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MinimumThroughputBillingCommitmentInput.Builder,,MinimumThroughputBillingCommitmentInput> SdkBuilder<MinimumThroughputBillingCommitmentInput.Builder,,MinimumThroughputBillingCommitmentInput> SdkPojo
- Enclosing class:
MinimumThroughputBillingCommitmentInput
@Mutable
@NotThreadSafe
public static interface MinimumThroughputBillingCommitmentInput.Builder
extends SdkPojo, CopyableBuilder<MinimumThroughputBillingCommitmentInput.Builder,MinimumThroughputBillingCommitmentInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe desired status of the minimum throughput billing commitment.The desired status of the minimum throughput billing commitment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The desired status of the minimum throughput billing commitment.
- Parameters:
status- The desired status of the minimum throughput billing commitment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
MinimumThroughputBillingCommitmentInput.Builder status(MinimumThroughputBillingCommitmentInputStatus status) The desired status of the minimum throughput billing commitment.
- Parameters:
status- The desired status of the minimum throughput billing commitment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-