public static interface DescribeAssetBundleExportJobResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAssetBundleExportJobResponse.Builder,DescribeAssetBundleExportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetBundleExportJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the export job.
|
DescribeAssetBundleExportJobResponse.Builder |
assetBundleExportJobId(String assetBundleExportJobId)
The ID of the job.
|
DescribeAssetBundleExportJobResponse.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the export job was executed in.
|
DescribeAssetBundleExportJobResponse.Builder |
cloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
The CloudFormation override property configuration for the export job.
|
default DescribeAssetBundleExportJobResponse.Builder |
cloudFormationOverridePropertyConfiguration(Consumer<AssetBundleCloudFormationOverridePropertyConfiguration.Builder> cloudFormationOverridePropertyConfiguration)
The CloudFormation override property configuration for the export job.
|
DescribeAssetBundleExportJobResponse.Builder |
createdTime(Instant createdTime)
The time that the export job was created.
|
DescribeAssetBundleExportJobResponse.Builder |
downloadUrl(String downloadUrl)
The URL to download the exported asset bundle data from.
|
DescribeAssetBundleExportJobResponse.Builder |
errors(AssetBundleExportJobError... errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleExportJobResponse.Builder |
errors(Collection<AssetBundleExportJobError> errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleExportJobResponse.Builder |
errors(Consumer<AssetBundleExportJobError.Builder>... errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleExportJobResponse.Builder |
exportFormat(AssetBundleExportFormat exportFormat)
The format of the exported asset bundle.
|
DescribeAssetBundleExportJobResponse.Builder |
exportFormat(String exportFormat)
The format of the exported asset bundle.
|
DescribeAssetBundleExportJobResponse.Builder |
includeAllDependencies(Boolean includeAllDependencies)
The include dependencies flag.
|
DescribeAssetBundleExportJobResponse.Builder |
jobStatus(AssetBundleExportJobStatus jobStatus)
Indicates the status of a job through its queuing and execution.
|
DescribeAssetBundleExportJobResponse.Builder |
jobStatus(String jobStatus)
Indicates the status of a job through its queuing and execution.
|
DescribeAssetBundleExportJobResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeAssetBundleExportJobResponse.Builder |
resourceArns(Collection<String> resourceArns)
A list of resource ARNs that exported with the job.
|
DescribeAssetBundleExportJobResponse.Builder |
resourceArns(String... resourceArns)
A list of resource ARNs that exported with the job.
|
DescribeAssetBundleExportJobResponse.Builder |
status(Integer status)
The HTTP status of the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAssetBundleExportJobResponse.Builder jobStatus(String jobStatus)
Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
jobStatus - Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
AssetBundleExportJobStatus,
AssetBundleExportJobStatusDescribeAssetBundleExportJobResponse.Builder jobStatus(AssetBundleExportJobStatus jobStatus)
Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
jobStatus - Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
AssetBundleExportJobStatus,
AssetBundleExportJobStatusDescribeAssetBundleExportJobResponse.Builder downloadUrl(String downloadUrl)
The URL to download the exported asset bundle data from.
This URL is available only after the job has succeeded. This URL is valid for 5 minutes after issuance. Call
DescribeAssetBundleExportJob again for a fresh URL if needed.
The downloaded asset bundle is a zip file named assetbundle-{jobId}.qs. The file has a
.qs extension.
This URL can't be used in a StartAssetBundleImportJob API call and should only be used for
download purposes.
downloadUrl - The URL to download the exported asset bundle data from.
This URL is available only after the job has succeeded. This URL is valid for 5 minutes after
issuance. Call DescribeAssetBundleExportJob again for a fresh URL if needed.
The downloaded asset bundle is a zip file named assetbundle-{jobId}.qs. The file has a
.qs extension.
This URL can't be used in a StartAssetBundleImportJob API call and should only be used
for download purposes.
DescribeAssetBundleExportJobResponse.Builder errors(Collection<AssetBundleExportJobError> errors)
An array of error records that describes any failures that occurred during the export job processing.
Error records accumulate while the job runs. The complete set of error records is available after the job has completed and failed.
errors - An array of error records that describes any failures that occurred during the export job
processing.
Error records accumulate while the job runs. The complete set of error records is available after the job has completed and failed.
DescribeAssetBundleExportJobResponse.Builder errors(AssetBundleExportJobError... errors)
An array of error records that describes any failures that occurred during the export job processing.
Error records accumulate while the job runs. The complete set of error records is available after the job has completed and failed.
errors - An array of error records that describes any failures that occurred during the export job
processing.
Error records accumulate while the job runs. The complete set of error records is available after the job has completed and failed.
DescribeAssetBundleExportJobResponse.Builder errors(Consumer<AssetBundleExportJobError.Builder>... errors)
An array of error records that describes any failures that occurred during the export job processing.
Error records accumulate while the job runs. The complete set of error records is available after the job has completed and failed.
This is a convenience method that creates an instance of theAssetBundleExportJobError.Builder avoiding the need
to create one manually via
AssetBundleExportJobError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
AssetBundleExportJobError.Builder#errors(java.util.Collection) DescribeAssetBundleExportJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the export job.
arn - The Amazon Resource Name (ARN) for the export job.DescribeAssetBundleExportJobResponse.Builder createdTime(Instant createdTime)
The time that the export job was created.
createdTime - The time that the export job was created.DescribeAssetBundleExportJobResponse.Builder assetBundleExportJobId(String assetBundleExportJobId)
The ID of the job. The job ID is set when you start a new job with a StartAssetBundleExportJob
API call.
assetBundleExportJobId - The ID of the job. The job ID is set when you start a new job with a
StartAssetBundleExportJob API call.DescribeAssetBundleExportJobResponse.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the export job was executed in.
awsAccountId - The ID of the Amazon Web Services account that the export job was executed in.DescribeAssetBundleExportJobResponse.Builder resourceArns(Collection<String> resourceArns)
A list of resource ARNs that exported with the job.
resourceArns - A list of resource ARNs that exported with the job.DescribeAssetBundleExportJobResponse.Builder resourceArns(String... resourceArns)
A list of resource ARNs that exported with the job.
resourceArns - A list of resource ARNs that exported with the job.DescribeAssetBundleExportJobResponse.Builder includeAllDependencies(Boolean includeAllDependencies)
The include dependencies flag.
includeAllDependencies - The include dependencies flag.DescribeAssetBundleExportJobResponse.Builder exportFormat(String exportFormat)
The format of the exported asset bundle. A QUICKSIGHT_JSON formatted file can be used to make a
StartAssetBundleImportJob API call. A CLOUDFORMATION_JSON formatted file can be
used in the CloudFormation console and with the CloudFormation APIs.
exportFormat - The format of the exported asset bundle. A QUICKSIGHT_JSON formatted file can be used to
make a StartAssetBundleImportJob API call. A CLOUDFORMATION_JSON formatted
file can be used in the CloudFormation console and with the CloudFormation APIs.AssetBundleExportFormat,
AssetBundleExportFormatDescribeAssetBundleExportJobResponse.Builder exportFormat(AssetBundleExportFormat exportFormat)
The format of the exported asset bundle. A QUICKSIGHT_JSON formatted file can be used to make a
StartAssetBundleImportJob API call. A CLOUDFORMATION_JSON formatted file can be
used in the CloudFormation console and with the CloudFormation APIs.
exportFormat - The format of the exported asset bundle. A QUICKSIGHT_JSON formatted file can be used to
make a StartAssetBundleImportJob API call. A CLOUDFORMATION_JSON formatted
file can be used in the CloudFormation console and with the CloudFormation APIs.AssetBundleExportFormat,
AssetBundleExportFormatDescribeAssetBundleExportJobResponse.Builder cloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
The CloudFormation override property configuration for the export job.
cloudFormationOverridePropertyConfiguration - The CloudFormation override property configuration for the export job.default DescribeAssetBundleExportJobResponse.Builder cloudFormationOverridePropertyConfiguration(Consumer<AssetBundleCloudFormationOverridePropertyConfiguration.Builder> cloudFormationOverridePropertyConfiguration)
The CloudFormation override property configuration for the export job.
This is a convenience method that creates an instance of theAssetBundleCloudFormationOverridePropertyConfiguration.Builder avoiding the need to create one
manually via AssetBundleCloudFormationOverridePropertyConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to
cloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration).
cloudFormationOverridePropertyConfiguration - a consumer that will call methods on
AssetBundleCloudFormationOverridePropertyConfiguration.BuildercloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration)DescribeAssetBundleExportJobResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeAssetBundleExportJobResponse.Builder status(Integer status)
The HTTP status of the response.
status - The HTTP status of the response.Copyright © 2023. All rights reserved.