Interface PayerResponsibilityEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PayerResponsibilityEntry.Builder,,PayerResponsibilityEntry> SdkBuilder<PayerResponsibilityEntry.Builder,,PayerResponsibilityEntry> SdkPojo
- Enclosing class:
PayerResponsibilityEntry
@Mutable
@NotThreadSafe
public static interface PayerResponsibilityEntry.Builder
extends SdkPojo, CopyableBuilder<PayerResponsibilityEntry.Builder,PayerResponsibilityEntry>
-
Method Summary
Modifier and TypeMethodDescriptionpayerResponsibilityType(String payerResponsibilityType) The Amazon Web Services account to which the usage is charged.payerResponsibilityType(PayerResponsibilityType payerResponsibilityType) The Amazon Web Services account to which the usage is charged.The scope of usage/charges.scope(PayerResponsibilityScope scope) The scope of usage/charges.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
-
scope
The scope of usage/charges.
- Parameters:
scope- The scope of usage/charges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scope
The scope of usage/charges.
- Parameters:
scope- The scope of usage/charges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
payerResponsibilityType
The Amazon Web Services account to which the usage is charged.
- Parameters:
payerResponsibilityType- The Amazon Web Services account to which the usage is charged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
payerResponsibilityType
PayerResponsibilityEntry.Builder payerResponsibilityType(PayerResponsibilityType payerResponsibilityType) The Amazon Web Services account to which the usage is charged.
- Parameters:
payerResponsibilityType- The Amazon Web Services account to which the usage is charged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-