Class CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty>
- Enclosing interface:
CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty
@Stability(Stable)
public static final class CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.isResponsible(Boolean isResponsible) isResponsible(IResolvable isResponsible)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
isResponsible
@Stability(Stable) public CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty.Builder isResponsible(Boolean isResponsible) Sets the value ofCfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty.getIsResponsible()- Parameters:
isResponsible- Indicates whether the collaboration member has accepted to pay for query compute costs (TRUE) or has not accepted to pay for query compute costs (FALSE). If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer.An error message is returned for the following reasons:
- If you set the value to
FALSEbut you are responsible to pay for query compute costs. - If you set the value to
TRUEbut you are not responsible to pay for query compute costs.
- If you set the value to
- Returns:
this
-
isResponsible
@Stability(Stable) public CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty.Builder isResponsible(IResolvable isResponsible) Sets the value ofCfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty.getIsResponsible()- Parameters:
isResponsible- Indicates whether the collaboration member has accepted to pay for query compute costs (TRUE) or has not accepted to pay for query compute costs (FALSE). If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer.An error message is returned for the following reasons:
- If you set the value to
FALSEbut you are responsible to pay for query compute costs. - If you set the value to
TRUEbut you are not responsible to pay for query compute costs.
- If you set the value to
- Returns:
this
-
build
@Stability(Stable) public CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty>- Returns:
- a new instance of
CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-