Class CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty>
- Enclosing interface:
CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty
@Stability(Stable)
public static final class CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty>
-
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 CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty.Builder isResponsible(Boolean isResponsible) - Parameters:
isResponsible- Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (TRUE) or has not configured the collaboration member to pay for query compute costs (FALSE). Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets aTRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.- Returns:
this
-
isResponsible
@Stability(Stable) public CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty.Builder isResponsible(IResolvable isResponsible) - Parameters:
isResponsible- Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (TRUE) or has not configured the collaboration member to pay for query compute costs (FALSE). Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets aTRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty>- Returns:
- a new instance of
CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-