Interface ListIntegrationAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListIntegrationAssociationsResponse.Builder,ListIntegrationAssociationsResponse>,SdkBuilder<ListIntegrationAssociationsResponse.Builder,ListIntegrationAssociationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListIntegrationAssociationsResponse
public static interface ListIntegrationAssociationsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListIntegrationAssociationsResponse.Builder,ListIntegrationAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIntegrationAssociationsResponse.BuilderintegrationAssociationSummaryList(Collection<IntegrationAssociationSummary> integrationAssociationSummaryList)The associations.ListIntegrationAssociationsResponse.BuilderintegrationAssociationSummaryList(Consumer<IntegrationAssociationSummary.Builder>... integrationAssociationSummaryList)The associations.ListIntegrationAssociationsResponse.BuilderintegrationAssociationSummaryList(IntegrationAssociationSummary... integrationAssociationSummaryList)The associations.ListIntegrationAssociationsResponse.BuildernextToken(String nextToken)If there are additional results, this is the token for the next set of results.-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
integrationAssociationSummaryList
ListIntegrationAssociationsResponse.Builder integrationAssociationSummaryList(Collection<IntegrationAssociationSummary> integrationAssociationSummaryList)
The associations.
- Parameters:
integrationAssociationSummaryList- The associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationAssociationSummaryList
ListIntegrationAssociationsResponse.Builder integrationAssociationSummaryList(IntegrationAssociationSummary... integrationAssociationSummaryList)
The associations.
- Parameters:
integrationAssociationSummaryList- The associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationAssociationSummaryList
ListIntegrationAssociationsResponse.Builder integrationAssociationSummaryList(Consumer<IntegrationAssociationSummary.Builder>... integrationAssociationSummaryList)
The associations.
This is a convenience method that creates an instance of theIntegrationAssociationSummary.Builderavoiding the need to create one manually viaIntegrationAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#integrationAssociationSummaryList(List.) - Parameters:
integrationAssociationSummaryList- a consumer that will call methods onIntegrationAssociationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#integrationAssociationSummaryList(java.util.Collection)
-
nextToken
ListIntegrationAssociationsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
- Parameters:
nextToken- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-