public static interface StartAssetBundleExportJobResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<StartAssetBundleExportJobResponse.Builder,StartAssetBundleExportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartAssetBundleExportJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the export job.
|
StartAssetBundleExportJobResponse.Builder |
assetBundleExportJobId(String assetBundleExportJobId)
The ID of the job.
|
StartAssetBundleExportJobResponse.Builder |
requestId(String requestId)
The Amazon Web Services response ID for this operation.
|
StartAssetBundleExportJobResponse.Builder |
status(Integer status)
The HTTP status of the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAssetBundleExportJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the export job.
arn - The Amazon Resource Name (ARN) for the export job.StartAssetBundleExportJobResponse.Builder assetBundleExportJobId(String assetBundleExportJobId)
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
assetBundleExportJobId - The ID of the job. This ID is unique while the job is running. After the job is completed, you can
reuse this ID for another job.StartAssetBundleExportJobResponse.Builder requestId(String requestId)
The Amazon Web Services response ID for this operation.
requestId - The Amazon Web Services response ID for this operation.StartAssetBundleExportJobResponse.Builder status(Integer status)
The HTTP status of the response.
status - The HTTP status of the response.Copyright © 2023. All rights reserved.