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 Summary
Modifier 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.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
Sets 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.
-
integrationSummaryList
ListConnectInstanceIntegrationsResponse.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.
-
integrationSummaryList
ListConnectInstanceIntegrationsResponse.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.
-
integrationSummaryList
ListConnectInstanceIntegrationsResponse.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.Builder
avoiding the need to create one manually viaIntegrationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointegrationSummaryList(List<IntegrationSummary>)
.- Parameters:
integrationSummaryList
- a consumer that will call methods onIntegrationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-