public static interface ListIngestionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListIngestionsRequest.Builder,ListIngestionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIngestionsRequest.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
ListIngestionsRequest.Builder |
dataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
|
ListIngestionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListIngestionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListIngestionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIngestionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIngestionsRequest.Builder dataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
dataSetId - The ID of the dataset used in the ingestion.ListIngestionsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListIngestionsRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId - The Amazon Web Services account ID.ListIngestionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.ListIngestionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIngestionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.