Interface ListConnectInstanceIntegrationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectCampaignsV2Response.Builder,CopyableBuilder<ListConnectInstanceIntegrationsResponse.Builder,ListConnectInstanceIntegrationsResponse>,SdkBuilder<ListConnectInstanceIntegrationsResponse.Builder,ListConnectInstanceIntegrationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListConnectInstanceIntegrationsResponse
public static interface ListConnectInstanceIntegrationsResponse.Builder extends ConnectCampaignsV2Response.Builder, SdkPojo, CopyableBuilder<ListConnectInstanceIntegrationsResponse.Builder,ListConnectInstanceIntegrationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConnectInstanceIntegrationsResponse.BuilderintegrationSummaryList(Collection<IntegrationSummary> integrationSummaryList)Sets the value of the IntegrationSummaryList property for this object.ListConnectInstanceIntegrationsResponse.BuilderintegrationSummaryList(Consumer<IntegrationSummary.Builder>... integrationSummaryList)Sets the value of the IntegrationSummaryList property for this object.ListConnectInstanceIntegrationsResponse.BuilderintegrationSummaryList(IntegrationSummary... integrationSummaryList)Sets the value of the IntegrationSummaryList property for this object.ListConnectInstanceIntegrationsResponse.BuildernextToken(String nextToken)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 Detail
-
nextToken
ListConnectInstanceIntegrationsResponse.Builder nextToken(String 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.Builderavoiding the need to create one manually viaIntegrationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#integrationSummaryList(List.) - 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:
#integrationSummaryList(java.util.Collection)
-
-