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