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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataIntegrationAssociationsResponse.BuilderdataIntegrationAssociations(Collection<DataIntegrationAssociationSummary> dataIntegrationAssociations)The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.ListDataIntegrationAssociationsResponse.BuilderdataIntegrationAssociations(Consumer<DataIntegrationAssociationSummary.Builder>... dataIntegrationAssociations)The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.ListDataIntegrationAssociationsResponse.BuilderdataIntegrationAssociations(DataIntegrationAssociationSummary... dataIntegrationAssociations)The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.ListDataIntegrationAssociationsResponse.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.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 Detail
-
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.Builderavoiding the need to create one manually viaDataIntegrationAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dataIntegrationAssociations(List.) - 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:
#dataIntegrationAssociations(java.util.Collection)
-
nextToken
ListDataIntegrationAssociationsResponse.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.
-
-