public static interface StartAssetBundleImportJobResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<StartAssetBundleImportJobResponse.Builder,StartAssetBundleImportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartAssetBundleImportJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the import job.
|
StartAssetBundleImportJobResponse.Builder |
assetBundleImportJobId(String assetBundleImportJobId)
The ID of the job.
|
StartAssetBundleImportJobResponse.Builder |
requestId(String requestId)
The Amazon Web Services response ID for this operation.
|
StartAssetBundleImportJobResponse.Builder |
status(Integer status)
The HTTP status of the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAssetBundleImportJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the import job.
arn - The Amazon Resource Name (ARN) for the import job.StartAssetBundleImportJobResponse.Builder assetBundleImportJobId(String assetBundleImportJobId)
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.
assetBundleImportJobId - 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.StartAssetBundleImportJobResponse.Builder requestId(String requestId)
The Amazon Web Services response ID for this operation.
requestId - The Amazon Web Services response ID for this operation.StartAssetBundleImportJobResponse.Builder status(Integer status)
The HTTP status of the response.
status - The HTTP status of the response.Copyright © 2023. All rights reserved.