Interface ListAssetBundleExportJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssetBundleExportJobsRequest.Builder,ListAssetBundleExportJobsRequest>,QuickSightRequest.Builder,SdkBuilder<ListAssetBundleExportJobsRequest.Builder,ListAssetBundleExportJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssetBundleExportJobsRequest
public static interface ListAssetBundleExportJobsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListAssetBundleExportJobsRequest.Builder,ListAssetBundleExportJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssetBundleExportJobsRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that the export jobs were executed in.ListAssetBundleExportJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListAssetBundleExportJobsRequest.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListAssetBundleExportJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssetBundleExportJobsRequest.BuilderoverrideConfiguration(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
-
awsAccountId
ListAssetBundleExportJobsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the export jobs were executed in.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that the export jobs were executed in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssetBundleExportJobsRequest.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.
-
maxResults
ListAssetBundleExportJobsRequest.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
ListAssetBundleExportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssetBundleExportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-