Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListAssetBundleImportJobsRequest.Builder
-
Packages that use ListAssetBundleImportJobsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListAssetBundleImportJobsRequest.Builder in software.amazon.awssdk.services.quicksight
-
Uses of ListAssetBundleImportJobsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListAssetBundleImportJobsRequest.Builder Modifier and Type Method Description ListAssetBundleImportJobsRequest.BuilderListAssetBundleImportJobsRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that the import jobs were executed in.static ListAssetBundleImportJobsRequest.BuilderListAssetBundleImportJobsRequest. builder()ListAssetBundleImportJobsRequest.BuilderListAssetBundleImportJobsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per request.ListAssetBundleImportJobsRequest.BuilderListAssetBundleImportJobsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListAssetBundleImportJobsRequest.BuilderListAssetBundleImportJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssetBundleImportJobsRequest.BuilderListAssetBundleImportJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssetBundleImportJobsRequest.BuilderListAssetBundleImportJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListAssetBundleImportJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListAssetBundleImportJobsRequest.Builder>ListAssetBundleImportJobsRequest. serializableBuilderClass()
-