public static interface ListDataIntegrationsResponse.Builder extends AppIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListDataIntegrationsResponse.Builder,ListDataIntegrationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDataIntegrationsResponse.Builder |
dataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)
The DataIntegrations associated with this account.
|
ListDataIntegrationsResponse.Builder |
dataIntegrations(Consumer<DataIntegrationSummary.Builder>... dataIntegrations)
The DataIntegrations associated with this account.
|
ListDataIntegrationsResponse.Builder |
dataIntegrations(DataIntegrationSummary... dataIntegrations)
The DataIntegrations associated with this account.
|
ListDataIntegrationsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataIntegrationsResponse.Builder dataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)
The DataIntegrations associated with this account.
dataIntegrations - The DataIntegrations associated with this account.ListDataIntegrationsResponse.Builder dataIntegrations(DataIntegrationSummary... dataIntegrations)
The DataIntegrations associated with this account.
dataIntegrations - The DataIntegrations associated with this account.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 via
DataIntegrationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #dataIntegrations(List.
dataIntegrations - a consumer that will call methods on
DataIntegrationSummary.Builder#dataIntegrations(java.util.Collection) ListDataIntegrationsResponse.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.