Interface MembershipPaymentConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MembershipPaymentConfiguration.Builder,
,MembershipPaymentConfiguration> SdkBuilder<MembershipPaymentConfiguration.Builder,
,MembershipPaymentConfiguration> SdkPojo
- Enclosing class:
MembershipPaymentConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionjobCompute
(Consumer<MembershipJobComputePaymentConfig.Builder> jobCompute) The payment responsibilities accepted by the collaboration member for job compute costs.jobCompute
(MembershipJobComputePaymentConfig jobCompute) The payment responsibilities accepted by the collaboration member for job compute costs.machineLearning
(Consumer<MembershipMLPaymentConfig.Builder> machineLearning) The payment responsibilities accepted by the collaboration member for machine learning costs.machineLearning
(MembershipMLPaymentConfig machineLearning) The payment responsibilities accepted by the collaboration member for machine learning costs.queryCompute
(Consumer<MembershipQueryComputePaymentConfig.Builder> queryCompute) The payment responsibilities accepted by the collaboration member for query compute costs.queryCompute
(MembershipQueryComputePaymentConfig queryCompute) The payment responsibilities accepted by the collaboration member for query compute costs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
queryCompute
MembershipPaymentConfiguration.Builder queryCompute(MembershipQueryComputePaymentConfig queryCompute) The payment responsibilities accepted by the collaboration member for query compute costs.
- Parameters:
queryCompute
- The payment responsibilities accepted by the collaboration member for query compute costs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryCompute
default MembershipPaymentConfiguration.Builder queryCompute(Consumer<MembershipQueryComputePaymentConfig.Builder> queryCompute) The payment responsibilities accepted by the collaboration member for query compute costs.
This is a convenience method that creates an instance of theMembershipQueryComputePaymentConfig.Builder
avoiding the need to create one manually viaMembershipQueryComputePaymentConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toqueryCompute(MembershipQueryComputePaymentConfig)
.- Parameters:
queryCompute
- a consumer that will call methods onMembershipQueryComputePaymentConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
machineLearning
The payment responsibilities accepted by the collaboration member for machine learning costs.
- Parameters:
machineLearning
- The payment responsibilities accepted by the collaboration member for machine learning costs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
machineLearning
default MembershipPaymentConfiguration.Builder machineLearning(Consumer<MembershipMLPaymentConfig.Builder> machineLearning) The payment responsibilities accepted by the collaboration member for machine learning costs.
This is a convenience method that creates an instance of theMembershipMLPaymentConfig.Builder
avoiding the need to create one manually viaMembershipMLPaymentConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomachineLearning(MembershipMLPaymentConfig)
.- Parameters:
machineLearning
- a consumer that will call methods onMembershipMLPaymentConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobCompute
The payment responsibilities accepted by the collaboration member for job compute costs.
- Parameters:
jobCompute
- The payment responsibilities accepted by the collaboration member for job compute costs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobCompute
default MembershipPaymentConfiguration.Builder jobCompute(Consumer<MembershipJobComputePaymentConfig.Builder> jobCompute) The payment responsibilities accepted by the collaboration member for job compute costs.
This is a convenience method that creates an instance of theMembershipJobComputePaymentConfig.Builder
avoiding the need to create one manually viaMembershipJobComputePaymentConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojobCompute(MembershipJobComputePaymentConfig)
.- Parameters:
jobCompute
- a consumer that will call methods onMembershipJobComputePaymentConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-