Interface IntegrationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IntegrationSummary.Builder,
,IntegrationSummary> SdkBuilder<IntegrationSummary.Builder,
,IntegrationSummary> SdkPojo
- Enclosing class:
IntegrationSummary
@Mutable
@NotThreadSafe
public static interface IntegrationSummary.Builder
extends SdkPojo, CopyableBuilder<IntegrationSummary.Builder,IntegrationSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault IntegrationSummary.Builder
customerProfiles
(Consumer<CustomerProfilesIntegrationSummary.Builder> customerProfiles) Sets the value of the CustomerProfiles property for this object.customerProfiles
(CustomerProfilesIntegrationSummary customerProfiles) Sets the value of the CustomerProfiles property for this object.default IntegrationSummary.Builder
qConnect
(Consumer<QConnectIntegrationSummary.Builder> qConnect) Sets the value of the QConnect property for this object.qConnect
(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 Details
-
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.Builder
avoiding the need to create one manually viaCustomerProfilesIntegrationSummary.builder()
.When the
Consumer
completes,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:
-
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
Sets the value of the QConnect property for this object. This is a convenience method that creates an instance of theQConnectIntegrationSummary.Builder
avoiding the need to create one manually viaQConnectIntegrationSummary.builder()
.When the
Consumer
completes,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:
-