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.BuildercustomerProfiles(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.BuilderSets the value of the Lambda property for this object.lambda(LambdaIntegrationSummary lambda) Sets the value of the Lambda property for this object.default IntegrationSummary.BuilderqConnect(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
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
-
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:
-
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.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:
-
lambda
Sets the value of the Lambda property for this object.- Parameters:
lambda- The new value for the Lambda property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambda
Sets the value of the Lambda property for this object. This is a convenience method that creates an instance of theLambdaIntegrationSummary.Builderavoiding the need to create one manually viaLambdaIntegrationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolambda(LambdaIntegrationSummary).- Parameters:
lambda- a consumer that will call methods onLambdaIntegrationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-