Interface ListDataIntegrationAssociationsResponse.Builder
- All Superinterfaces:
AppIntegrationsResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDataIntegrationAssociationsResponse.Builder,
,ListDataIntegrationAssociationsResponse> SdkBuilder<ListDataIntegrationAssociationsResponse.Builder,
,ListDataIntegrationAssociationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDataIntegrationAssociationsResponse
public static interface ListDataIntegrationAssociationsResponse.Builder
extends AppIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListDataIntegrationAssociationsResponse.Builder,ListDataIntegrationAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondataIntegrationAssociations
(Collection<DataIntegrationAssociationSummary> dataIntegrationAssociations) The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.dataIntegrationAssociations
(Consumer<DataIntegrationAssociationSummary.Builder>... dataIntegrationAssociations) The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.dataIntegrationAssociations
(DataIntegrationAssociationSummary... dataIntegrationAssociations) The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.If there are additional results, this is the token for the next set of results.Methods inherited from interface software.amazon.awssdk.services.appintegrations.model.AppIntegrationsResponse.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 Details
-
dataIntegrationAssociations
ListDataIntegrationAssociationsResponse.Builder dataIntegrationAssociations(Collection<DataIntegrationAssociationSummary> dataIntegrationAssociations) The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
- Parameters:
dataIntegrationAssociations
- The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataIntegrationAssociations
ListDataIntegrationAssociationsResponse.Builder dataIntegrationAssociations(DataIntegrationAssociationSummary... dataIntegrationAssociations) The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
- Parameters:
dataIntegrationAssociations
- The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataIntegrationAssociations
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 viaDataIntegrationAssociationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataIntegrationAssociations(List<DataIntegrationAssociationSummary>)
.- Parameters:
dataIntegrationAssociations
- a consumer that will call methods onDataIntegrationAssociationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-