Interface PayerConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PayerConfiguration.Builder,,PayerConfiguration> SdkBuilder<PayerConfiguration.Builder,,PayerConfiguration> SdkPojo
- Enclosing class:
PayerConfiguration
@Mutable
@NotThreadSafe
public static interface PayerConfiguration.Builder
extends SdkPojo, CopyableBuilder<PayerConfiguration.Builder,PayerConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncomputePayerAccountId(String computePayerAccountId) The account ID of the member that is responsible for paying compute costs.syntheticDataPayerAccountId(String syntheticDataPayerAccountId) The account ID of the member that is responsible for paying synthetic data generation costs.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
-
computePayerAccountId
The account ID of the member that is responsible for paying compute costs.
- Parameters:
computePayerAccountId- The account ID of the member that is responsible for paying compute costs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
syntheticDataPayerAccountId
The account ID of the member that is responsible for paying synthetic data generation costs.
- Parameters:
syntheticDataPayerAccountId- The account ID of the member that is responsible for paying synthetic data generation costs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-