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