Interface UpdateMembershipPaymentConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateMembershipPaymentConfiguration.Builder,,UpdateMembershipPaymentConfiguration> SdkBuilder<UpdateMembershipPaymentConfiguration.Builder,,UpdateMembershipPaymentConfiguration> SdkPojo
- Enclosing class:
UpdateMembershipPaymentConfiguration
@Mutable
@NotThreadSafe
public static interface UpdateMembershipPaymentConfiguration.Builder
extends SdkPojo, CopyableBuilder<UpdateMembershipPaymentConfiguration.Builder,UpdateMembershipPaymentConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionjobCompute(Consumer<MembershipJobComputePaymentConfig.Builder> jobCompute) Sets the value of the JobCompute property for this object.jobCompute(MembershipJobComputePaymentConfig jobCompute) Sets the value of the JobCompute property for this object.machineLearning(Consumer<MembershipMLPaymentConfig.Builder> machineLearning) Sets the value of the MachineLearning property for this object.machineLearning(MembershipMLPaymentConfig machineLearning) Sets the value of the MachineLearning property for this object.queryCompute(Consumer<MembershipQueryComputePaymentConfig.Builder> queryCompute) Sets the value of the QueryCompute property for this object.queryCompute(MembershipQueryComputePaymentConfig queryCompute) Sets the value of the QueryCompute property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
queryCompute
UpdateMembershipPaymentConfiguration.Builder queryCompute(MembershipQueryComputePaymentConfig queryCompute) Sets the value of the QueryCompute property for this object.- Parameters:
queryCompute- The new value for the QueryCompute property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryCompute
default UpdateMembershipPaymentConfiguration.Builder queryCompute(Consumer<MembershipQueryComputePaymentConfig.Builder> queryCompute) Sets the value of the QueryCompute property for this object. This is a convenience method that creates an instance of theMembershipQueryComputePaymentConfig.Builderavoiding the need to create one manually viaMembershipQueryComputePaymentConfig.builder().When the
Consumercompletes,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
UpdateMembershipPaymentConfiguration.Builder machineLearning(MembershipMLPaymentConfig machineLearning) Sets the value of the MachineLearning property for this object.- Parameters:
machineLearning- The new value for the MachineLearning property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
machineLearning
default UpdateMembershipPaymentConfiguration.Builder machineLearning(Consumer<MembershipMLPaymentConfig.Builder> machineLearning) Sets the value of the MachineLearning property for this object. This is a convenience method that creates an instance of theMembershipMLPaymentConfig.Builderavoiding the need to create one manually viaMembershipMLPaymentConfig.builder().When the
Consumercompletes,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
UpdateMembershipPaymentConfiguration.Builder jobCompute(MembershipJobComputePaymentConfig jobCompute) Sets the value of the JobCompute property for this object.- Parameters:
jobCompute- The new value for the JobCompute property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobCompute
default UpdateMembershipPaymentConfiguration.Builder jobCompute(Consumer<MembershipJobComputePaymentConfig.Builder> jobCompute) Sets the value of the JobCompute property for this object. This is a convenience method that creates an instance of theMembershipJobComputePaymentConfig.Builderavoiding the need to create one manually viaMembershipJobComputePaymentConfig.builder().When the
Consumercompletes,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:
-