public static interface DescribeAssetBundleImportJobRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeAssetBundleImportJobRequest.Builder,DescribeAssetBundleImportJobRequest>
Modifier and Type | Method and Description |
---|---|
DescribeAssetBundleImportJobRequest.Builder |
assetBundleImportJobId(String assetBundleImportJobId)
The ID of the job.
|
DescribeAssetBundleImportJobRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account the import job was executed in.
|
DescribeAssetBundleImportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAssetBundleImportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeAssetBundleImportJobRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account the import job was executed in.
awsAccountId
- The ID of the Amazon Web Services account the import job was executed in.DescribeAssetBundleImportJobRequest.Builder assetBundleImportJobId(String assetBundleImportJobId)
The ID of the job. The job ID is set when you start a new job with a StartAssetBundleImportJob
API call.
assetBundleImportJobId
- The ID of the job. The job ID is set when you start a new job with a
StartAssetBundleImportJob
API call.DescribeAssetBundleImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeAssetBundleImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.