Interface ListIngestionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListIngestionsRequest.Builder,ListIngestionsRequest>
,QuickSightRequest.Builder
,SdkBuilder<ListIngestionsRequest.Builder,ListIngestionsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListIngestionsRequest
public static interface ListIngestionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListIngestionsRequest.Builder,ListIngestionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListIngestionsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dataSetId
ListIngestionsRequest.Builder dataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
- Parameters:
dataSetId
- The ID of the dataset used in the ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListIngestionsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken
- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
ListIngestionsRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
- Parameters:
awsAccountId
- The Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListIngestionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
- Parameters:
maxResults
- The maximum number of results to be returned per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIngestionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListIngestionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-