Interface IntegrationConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IntegrationConfig.Builder,IntegrationConfig>,SdkBuilder<IntegrationConfig.Builder,IntegrationConfig>,SdkPojo
- Enclosing class:
- IntegrationConfig
public static interface IntegrationConfig.Builder extends SdkPojo, CopyableBuilder<IntegrationConfig.Builder,IntegrationConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IntegrationConfig.BuildercustomerProfiles(Consumer<CustomerProfilesIntegrationConfig.Builder> customerProfiles)Sets the value of the CustomerProfiles property for this object.IntegrationConfig.BuildercustomerProfiles(CustomerProfilesIntegrationConfig customerProfiles)Sets the value of the CustomerProfiles property for this object.default IntegrationConfig.BuilderqConnect(Consumer<QConnectIntegrationConfig.Builder> qConnect)Sets the value of the QConnect property for this object.IntegrationConfig.BuilderqConnect(QConnectIntegrationConfig qConnect)Sets the value of the QConnect property for this object.-
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 Detail
-
customerProfiles
IntegrationConfig.Builder customerProfiles(CustomerProfilesIntegrationConfig customerProfiles)
Sets the value of the CustomerProfiles property for this object.- Parameters:
customerProfiles- The new value for the CustomerProfiles property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerProfiles
default IntegrationConfig.Builder customerProfiles(Consumer<CustomerProfilesIntegrationConfig.Builder> customerProfiles)
Sets the value of the CustomerProfiles property for this object. This is a convenience method that creates an instance of theCustomerProfilesIntegrationConfig.Builderavoiding the need to create one manually viaCustomerProfilesIntegrationConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomerProfiles(CustomerProfilesIntegrationConfig).- Parameters:
customerProfiles- a consumer that will call methods onCustomerProfilesIntegrationConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
customerProfiles(CustomerProfilesIntegrationConfig)
-
qConnect
IntegrationConfig.Builder qConnect(QConnectIntegrationConfig qConnect)
Sets the value of the QConnect property for this object.- Parameters:
qConnect- The new value for the QConnect property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qConnect
default IntegrationConfig.Builder qConnect(Consumer<QConnectIntegrationConfig.Builder> qConnect)
Sets the value of the QConnect property for this object. This is a convenience method that creates an instance of theQConnectIntegrationConfig.Builderavoiding the need to create one manually viaQConnectIntegrationConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqConnect(QConnectIntegrationConfig).- Parameters:
qConnect- a consumer that will call methods onQConnectIntegrationConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
qConnect(QConnectIntegrationConfig)
-
-