Interface IntegrationIdentifier.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IntegrationIdentifier.Builder,,- IntegrationIdentifier> - SdkBuilder<IntegrationIdentifier.Builder,,- IntegrationIdentifier> - SdkPojo
- Enclosing class:
- IntegrationIdentifier
@Mutable
@NotThreadSafe
public static interface IntegrationIdentifier.Builder
extends SdkPojo, CopyableBuilder<IntegrationIdentifier.Builder,IntegrationIdentifier> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault IntegrationIdentifier.BuildercustomerProfiles(Consumer<CustomerProfilesIntegrationIdentifier.Builder> customerProfiles) Sets the value of the CustomerProfiles property for this object.customerProfiles(CustomerProfilesIntegrationIdentifier customerProfiles) Sets the value of the CustomerProfiles property for this object.default IntegrationIdentifier.BuilderSets the value of the QConnect property for this object.qConnect(QConnectIntegrationIdentifier qConnect) Sets the value of the QConnect property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
customerProfilesIntegrationIdentifier.Builder customerProfiles(CustomerProfilesIntegrationIdentifier 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.
 
- 
customerProfilesdefault IntegrationIdentifier.Builder customerProfiles(Consumer<CustomerProfilesIntegrationIdentifier.Builder> customerProfiles) Sets the value of the CustomerProfiles property for this object. This is a convenience method that creates an instance of theCustomerProfilesIntegrationIdentifier.Builderavoiding the need to create one manually viaCustomerProfilesIntegrationIdentifier.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomerProfiles(CustomerProfilesIntegrationIdentifier).- Parameters:
- customerProfiles- a consumer that will call methods on- CustomerProfilesIntegrationIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
qConnectSets 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.
 
- 
qConnectdefault IntegrationIdentifier.Builder qConnect(Consumer<QConnectIntegrationIdentifier.Builder> qConnect) Sets the value of the QConnect property for this object. This is a convenience method that creates an instance of theQConnectIntegrationIdentifier.Builderavoiding the need to create one manually viaQConnectIntegrationIdentifier.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqConnect(QConnectIntegrationIdentifier).- Parameters:
- qConnect- a consumer that will call methods on- QConnectIntegrationIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-