public static interface ListDataIntegrationAssociationsResponse.Builder extends AppIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListDataIntegrationAssociationsResponse.Builder,ListDataIntegrationAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDataIntegrationAssociationsResponse.Builder |
dataIntegrationAssociations(Collection<DataIntegrationAssociationSummary> dataIntegrationAssociations)
The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
|
ListDataIntegrationAssociationsResponse.Builder |
dataIntegrationAssociations(Consumer<DataIntegrationAssociationSummary.Builder>... dataIntegrationAssociations)
The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
|
ListDataIntegrationAssociationsResponse.Builder |
dataIntegrationAssociations(DataIntegrationAssociationSummary... dataIntegrationAssociations)
The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
|
ListDataIntegrationAssociationsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataIntegrationAssociationsResponse.Builder dataIntegrationAssociations(Collection<DataIntegrationAssociationSummary> dataIntegrationAssociations)
The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
dataIntegrationAssociations - The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.ListDataIntegrationAssociationsResponse.Builder dataIntegrationAssociations(DataIntegrationAssociationSummary... dataIntegrationAssociations)
The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
dataIntegrationAssociations - The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.ListDataIntegrationAssociationsResponse.Builder dataIntegrationAssociations(Consumer<DataIntegrationAssociationSummary.Builder>... dataIntegrationAssociations)
The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
This is a convenience method that creates an instance of theDataIntegrationAssociationSummary.Builder
avoiding the need to create one manually via
DataIntegrationAssociationSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #dataIntegrationAssociations(List.
dataIntegrationAssociations - a consumer that will call methods on
DataIntegrationAssociationSummary.Builder#dataIntegrationAssociations(java.util.Collection) ListDataIntegrationAssociationsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2023. All rights reserved.