public static interface DescribeAssetBundleImportJobResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAssetBundleImportJobResponse.Builder,DescribeAssetBundleImportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetBundleImportJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the import job.
|
DescribeAssetBundleImportJobResponse.Builder |
assetBundleImportJobId(String assetBundleImportJobId)
The ID of the job.
|
DescribeAssetBundleImportJobResponse.Builder |
assetBundleImportSource(AssetBundleImportSourceDescription assetBundleImportSource)
The source of the asset bundle zip file that contains the data that is imported by the job.
|
default DescribeAssetBundleImportJobResponse.Builder |
assetBundleImportSource(Consumer<AssetBundleImportSourceDescription.Builder> assetBundleImportSource)
The source of the asset bundle zip file that contains the data that is imported by the job.
|
DescribeAssetBundleImportJobResponse.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account the import job was executed in.
|
DescribeAssetBundleImportJobResponse.Builder |
createdTime(Instant createdTime)
The time that the import job was created.
|
DescribeAssetBundleImportJobResponse.Builder |
errors(AssetBundleImportJobError... errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleImportJobResponse.Builder |
errors(Collection<AssetBundleImportJobError> errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleImportJobResponse.Builder |
errors(Consumer<AssetBundleImportJobError.Builder>... errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleImportJobResponse.Builder |
failureAction(AssetBundleImportFailureAction failureAction)
The failure action for the import job.
|
DescribeAssetBundleImportJobResponse.Builder |
failureAction(String failureAction)
The failure action for the import job.
|
DescribeAssetBundleImportJobResponse.Builder |
jobStatus(AssetBundleImportJobStatus jobStatus)
Indicates the status of a job through its queuing and execution.
|
DescribeAssetBundleImportJobResponse.Builder |
jobStatus(String jobStatus)
Indicates the status of a job through its queuing and execution.
|
DescribeAssetBundleImportJobResponse.Builder |
overrideParameters(AssetBundleImportJobOverrideParameters overrideParameters)
Optional overrides to be applied to the resource configuration before import.
|
default DescribeAssetBundleImportJobResponse.Builder |
overrideParameters(Consumer<AssetBundleImportJobOverrideParameters.Builder> overrideParameters)
Optional overrides to be applied to the resource configuration before import.
|
DescribeAssetBundleImportJobResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeAssetBundleImportJobResponse.Builder |
rollbackErrors(AssetBundleImportJobError... rollbackErrors)
An array of error records that describes any failures that occurred while an import job was attempting a
rollback.
|
DescribeAssetBundleImportJobResponse.Builder |
rollbackErrors(Collection<AssetBundleImportJobError> rollbackErrors)
An array of error records that describes any failures that occurred while an import job was attempting a
rollback.
|
DescribeAssetBundleImportJobResponse.Builder |
rollbackErrors(Consumer<AssetBundleImportJobError.Builder>... rollbackErrors)
An array of error records that describes any failures that occurred while an import job was attempting a
rollback.
|
DescribeAssetBundleImportJobResponse.Builder |
status(Integer status)
The HTTP status of the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAssetBundleImportJobResponse.Builder jobStatus(String jobStatus)
Indicates the status of a job through its queuing and execution.
Poll the DescribeAssetBundleImport API until JobStatus returns one of the following
values:
SUCCESSFUL
FAILED
FAILED_ROLLBACK_COMPLETED
FAILED_ROLLBACK_ERROR
jobStatus - Indicates the status of a job through its queuing and execution.
Poll the DescribeAssetBundleImport API until JobStatus returns one of the
following values:
SUCCESSFUL
FAILED
FAILED_ROLLBACK_COMPLETED
FAILED_ROLLBACK_ERROR
AssetBundleImportJobStatus,
AssetBundleImportJobStatusDescribeAssetBundleImportJobResponse.Builder jobStatus(AssetBundleImportJobStatus jobStatus)
Indicates the status of a job through its queuing and execution.
Poll the DescribeAssetBundleImport API until JobStatus returns one of the following
values:
SUCCESSFUL
FAILED
FAILED_ROLLBACK_COMPLETED
FAILED_ROLLBACK_ERROR
jobStatus - Indicates the status of a job through its queuing and execution.
Poll the DescribeAssetBundleImport API until JobStatus returns one of the
following values:
SUCCESSFUL
FAILED
FAILED_ROLLBACK_COMPLETED
FAILED_ROLLBACK_ERROR
AssetBundleImportJobStatus,
AssetBundleImportJobStatusDescribeAssetBundleImportJobResponse.Builder errors(Collection<AssetBundleImportJobError> errors)
An array of error records that describes any failures that occurred during the export job processing.
Error records accumulate while the job is still running. 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 is still running. The complete set of error records is available after the job has completed and failed.
DescribeAssetBundleImportJobResponse.Builder errors(AssetBundleImportJobError... errors)
An array of error records that describes any failures that occurred during the export job processing.
Error records accumulate while the job is still running. 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 is still running. The complete set of error records is available after the job has completed and failed.
DescribeAssetBundleImportJobResponse.Builder errors(Consumer<AssetBundleImportJobError.Builder>... errors)
An array of error records that describes any failures that occurred during the export job processing.
Error records accumulate while the job is still running. 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 theAssetBundleImportJobError.Builder avoiding the need
to create one manually via
AssetBundleImportJobError.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
AssetBundleImportJobError.Builder#errors(java.util.Collection) DescribeAssetBundleImportJobResponse.Builder rollbackErrors(Collection<AssetBundleImportJobError> rollbackErrors)
An array of error records that describes any failures that occurred while an import job was attempting a rollback.
Error records accumulate while the job is still running. The complete set of error records is available after the job has completed and failed.
rollbackErrors - An array of error records that describes any failures that occurred while an import job was attempting
a rollback.
Error records accumulate while the job is still running. The complete set of error records is available after the job has completed and failed.
DescribeAssetBundleImportJobResponse.Builder rollbackErrors(AssetBundleImportJobError... rollbackErrors)
An array of error records that describes any failures that occurred while an import job was attempting a rollback.
Error records accumulate while the job is still running. The complete set of error records is available after the job has completed and failed.
rollbackErrors - An array of error records that describes any failures that occurred while an import job was attempting
a rollback.
Error records accumulate while the job is still running. The complete set of error records is available after the job has completed and failed.
DescribeAssetBundleImportJobResponse.Builder rollbackErrors(Consumer<AssetBundleImportJobError.Builder>... rollbackErrors)
An array of error records that describes any failures that occurred while an import job was attempting a rollback.
Error records accumulate while the job is still running. 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 theAssetBundleImportJobError.Builder avoiding the need
to create one manually via
AssetBundleImportJobError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #rollbackErrors(List.
rollbackErrors - a consumer that will call methods on
AssetBundleImportJobError.Builder#rollbackErrors(java.util.Collection) DescribeAssetBundleImportJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the import job.
arn - The Amazon Resource Name (ARN) for the import job.DescribeAssetBundleImportJobResponse.Builder createdTime(Instant createdTime)
The time that the import job was created.
createdTime - The time that the import job was created.DescribeAssetBundleImportJobResponse.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.DescribeAssetBundleImportJobResponse.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.DescribeAssetBundleImportJobResponse.Builder assetBundleImportSource(AssetBundleImportSourceDescription assetBundleImportSource)
The source of the asset bundle zip file that contains the data that is imported by the job.
assetBundleImportSource - The source of the asset bundle zip file that contains the data that is imported by the job.default DescribeAssetBundleImportJobResponse.Builder assetBundleImportSource(Consumer<AssetBundleImportSourceDescription.Builder> assetBundleImportSource)
The source of the asset bundle zip file that contains the data that is imported by the job.
This is a convenience method that creates an instance of theAssetBundleImportSourceDescription.Builder avoiding the need to create one manually via
AssetBundleImportSourceDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to assetBundleImportSource(AssetBundleImportSourceDescription).
assetBundleImportSource - a consumer that will call methods on AssetBundleImportSourceDescription.BuilderassetBundleImportSource(AssetBundleImportSourceDescription)DescribeAssetBundleImportJobResponse.Builder overrideParameters(AssetBundleImportJobOverrideParameters overrideParameters)
Optional overrides to be applied to the resource configuration before import.
overrideParameters - Optional overrides to be applied to the resource configuration before import.default DescribeAssetBundleImportJobResponse.Builder overrideParameters(Consumer<AssetBundleImportJobOverrideParameters.Builder> overrideParameters)
Optional overrides to be applied to the resource configuration before import.
This is a convenience method that creates an instance of theAssetBundleImportJobOverrideParameters.Builder avoiding the need to create one manually via
AssetBundleImportJobOverrideParameters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to overrideParameters(AssetBundleImportJobOverrideParameters).
overrideParameters - a consumer that will call methods on AssetBundleImportJobOverrideParameters.BuilderoverrideParameters(AssetBundleImportJobOverrideParameters)DescribeAssetBundleImportJobResponse.Builder failureAction(String failureAction)
The failure action for the import job.
failureAction - The failure action for the import job.AssetBundleImportFailureAction,
AssetBundleImportFailureActionDescribeAssetBundleImportJobResponse.Builder failureAction(AssetBundleImportFailureAction failureAction)
The failure action for the import job.
failureAction - The failure action for the import job.AssetBundleImportFailureAction,
AssetBundleImportFailureActionDescribeAssetBundleImportJobResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeAssetBundleImportJobResponse.Builder status(Integer status)
The HTTP status of the response.
status - The HTTP status of the response.Copyright © 2023. All rights reserved.