Class CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty>
- Enclosing interface:
CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty
@Stability(Stable)
public static final class CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.jobCompute(IResolvable jobCompute) machineLearning(CfnMembershipPropsMixin.MembershipMLPaymentConfigProperty machineLearning) machineLearning(IResolvable machineLearning) queryCompute(IResolvable queryCompute)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
jobCompute
@Stability(Stable) public CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty.Builder jobCompute(IResolvable jobCompute) - Parameters:
jobCompute- The payment responsibilities accepted by the collaboration member for job compute costs.- Returns:
this
-
jobCompute
@Stability(Stable) public CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty.Builder jobCompute(CfnMembershipPropsMixin.MembershipJobComputePaymentConfigProperty jobCompute) - Parameters:
jobCompute- The payment responsibilities accepted by the collaboration member for job compute costs.- Returns:
this
-
machineLearning
@Stability(Stable) public CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty.Builder machineLearning(IResolvable machineLearning) Sets the value ofCfnMembershipPropsMixin.MembershipPaymentConfigurationProperty.getMachineLearning()- Parameters:
machineLearning- The payment responsibilities accepted by the collaboration member for machine learning costs.- Returns:
this
-
machineLearning
@Stability(Stable) public CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty.Builder machineLearning(CfnMembershipPropsMixin.MembershipMLPaymentConfigProperty machineLearning) Sets the value ofCfnMembershipPropsMixin.MembershipPaymentConfigurationProperty.getMachineLearning()- Parameters:
machineLearning- The payment responsibilities accepted by the collaboration member for machine learning costs.- Returns:
this
-
queryCompute
@Stability(Stable) public CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty.Builder queryCompute(IResolvable queryCompute) - Parameters:
queryCompute- The payment responsibilities accepted by the collaboration member for query compute costs.- Returns:
this
-
queryCompute
@Stability(Stable) public CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty.Builder queryCompute(CfnMembershipPropsMixin.MembershipQueryComputePaymentConfigProperty queryCompute) - Parameters:
queryCompute- The payment responsibilities accepted by the collaboration member for query compute costs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty>- Returns:
- a new instance of
CfnMembershipPropsMixin.MembershipPaymentConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-