Interface ListDataIntegrationsResponse.Builder
- All Superinterfaces:
AppIntegrationsResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDataIntegrationsResponse.Builder,
,ListDataIntegrationsResponse> SdkBuilder<ListDataIntegrationsResponse.Builder,
,ListDataIntegrationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDataIntegrationsResponse
public static interface ListDataIntegrationsResponse.Builder
extends AppIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListDataIntegrationsResponse.Builder,ListDataIntegrationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondataIntegrations
(Collection<DataIntegrationSummary> dataIntegrations) The DataIntegrations associated with this account.dataIntegrations
(Consumer<DataIntegrationSummary.Builder>... dataIntegrations) The DataIntegrations associated with this account.dataIntegrations
(DataIntegrationSummary... dataIntegrations) The DataIntegrations associated with this account.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
-
dataIntegrations
ListDataIntegrationsResponse.Builder dataIntegrations(Collection<DataIntegrationSummary> dataIntegrations) The DataIntegrations associated with this account.
- Parameters:
dataIntegrations
- The DataIntegrations associated with this account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataIntegrations
The DataIntegrations associated with this account.
- Parameters:
dataIntegrations
- The DataIntegrations associated with this account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataIntegrations
ListDataIntegrationsResponse.Builder dataIntegrations(Consumer<DataIntegrationSummary.Builder>... dataIntegrations) The DataIntegrations associated with this account.
This is a convenience method that creates an instance of theDataIntegrationSummary.Builder
avoiding the need to create one manually viaDataIntegrationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataIntegrations(List<DataIntegrationSummary>)
.- Parameters:
dataIntegrations
- a consumer that will call methods onDataIntegrationSummary.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.
-