Interface ListConnectInstanceIntegrationsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ConnectCampaignsV2Response.Builder,- CopyableBuilder<ListConnectInstanceIntegrationsResponse.Builder,,- ListConnectInstanceIntegrationsResponse> - SdkBuilder<ListConnectInstanceIntegrationsResponse.Builder,,- ListConnectInstanceIntegrationsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListConnectInstanceIntegrationsResponse
@Mutable
@NotThreadSafe
public static interface ListConnectInstanceIntegrationsResponse.Builder
extends ConnectCampaignsV2Response.Builder, SdkPojo, CopyableBuilder<ListConnectInstanceIntegrationsResponse.Builder,ListConnectInstanceIntegrationsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionintegrationSummaryList(Collection<IntegrationSummary> integrationSummaryList) Sets the value of the IntegrationSummaryList property for this object.integrationSummaryList(Consumer<IntegrationSummary.Builder>... integrationSummaryList) Sets the value of the IntegrationSummaryList property for this object.integrationSummaryList(IntegrationSummary... integrationSummaryList) Sets the value of the IntegrationSummaryList property for this object.Sets the value of the NextToken property for this object.Methods inherited from interface software.amazon.awssdk.services.connectcampaignsv2.model.ConnectCampaignsV2Response.Builderbuild, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenSets the value of the NextToken property for this object.- Parameters:
- nextToken- The new value for the NextToken property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
integrationSummaryListListConnectInstanceIntegrationsResponse.Builder integrationSummaryList(Collection<IntegrationSummary> integrationSummaryList) Sets the value of the IntegrationSummaryList property for this object.- Parameters:
- integrationSummaryList- The new value for the IntegrationSummaryList property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
integrationSummaryListListConnectInstanceIntegrationsResponse.Builder integrationSummaryList(IntegrationSummary... integrationSummaryList) Sets the value of the IntegrationSummaryList property for this object.- Parameters:
- integrationSummaryList- The new value for the IntegrationSummaryList property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
integrationSummaryListListConnectInstanceIntegrationsResponse.Builder integrationSummaryList(Consumer<IntegrationSummary.Builder>... integrationSummaryList) Sets the value of the IntegrationSummaryList property for this object. This is a convenience method that creates an instance of theIntegrationSummary.Builderavoiding the need to create one manually viaIntegrationSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegrationSummaryList(List<IntegrationSummary>).- Parameters:
- integrationSummaryList- a consumer that will call methods on- IntegrationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-