Interface DescribeAssetBundleImportJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAssetBundleImportJobResponse.Builder,
,DescribeAssetBundleImportJobResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeAssetBundleImportJobResponse.Builder,
,DescribeAssetBundleImportJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeAssetBundleImportJobResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the import job.assetBundleImportJobId
(String assetBundleImportJobId) The ID of the job.assetBundleImportSource
(Consumer<AssetBundleImportSourceDescription.Builder> assetBundleImportSource) The source of the asset bundle zip file that contains the data that is imported by the job.assetBundleImportSource
(AssetBundleImportSourceDescription assetBundleImportSource) The source of the asset bundle zip file that contains the data that is imported by the job.awsAccountId
(String awsAccountId) The ID of the Amazon Web Services account the import job was executed in.createdTime
(Instant createdTime) The time that the import job was created.errors
(Collection<AssetBundleImportJobError> errors) An array of error records that describes any failures that occurred during the export job processing.errors
(Consumer<AssetBundleImportJobError.Builder>... errors) An array of error records that describes any failures that occurred during the export job processing.errors
(AssetBundleImportJobError... errors) An array of error records that describes any failures that occurred during the export job processing.failureAction
(String failureAction) The failure action for the import job.failureAction
(AssetBundleImportFailureAction failureAction) The failure action for the import job.Indicates the status of a job through its queuing and execution.jobStatus
(AssetBundleImportJobStatus jobStatus) Indicates the status of a job through its queuing and execution.overrideParameters
(Consumer<AssetBundleImportJobOverrideParameters.Builder> overrideParameters) Optional overrides to be applied to the resource configuration before import.overrideParameters
(AssetBundleImportJobOverrideParameters overrideParameters) Optional overrides to be applied to the resource configuration before import.The Amazon Web Services request ID for this operation.rollbackErrors
(Collection<AssetBundleImportJobError> rollbackErrors) An array of error records that describes any failures that occurred while an import job was attempting a rollback.rollbackErrors
(Consumer<AssetBundleImportJobError.Builder>... rollbackErrors) An array of error records that describes any failures that occurred while an import job was attempting a rollback.rollbackErrors
(AssetBundleImportJobError... rollbackErrors) An array of error records that describes any failures that occurred while an import job was attempting a rollback.The HTTP status of the response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
jobStatus
Indicates the status of a job through its queuing and execution.
Poll the
DescribeAssetBundleImport
API untilJobStatus
returns one of the following values:-
SUCCESSFUL
-
FAILED
-
FAILED_ROLLBACK_COMPLETED
-
FAILED_ROLLBACK_ERROR
- Parameters:
jobStatus
- Indicates the status of a job through its queuing and execution.Poll the
DescribeAssetBundleImport
API untilJobStatus
returns one of the following values:-
SUCCESSFUL
-
FAILED
-
FAILED_ROLLBACK_COMPLETED
-
FAILED_ROLLBACK_ERROR
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
jobStatus
Indicates the status of a job through its queuing and execution.
Poll the
DescribeAssetBundleImport
API untilJobStatus
returns one of the following values:-
SUCCESSFUL
-
FAILED
-
FAILED_ROLLBACK_COMPLETED
-
FAILED_ROLLBACK_ERROR
- Parameters:
jobStatus
- Indicates the status of a job through its queuing and execution.Poll the
DescribeAssetBundleImport
API untilJobStatus
returns one of the following values:-
SUCCESSFUL
-
FAILED
-
FAILED_ROLLBACK_COMPLETED
-
FAILED_ROLLBACK_ERROR
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
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 viaAssetBundleImportJobError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrors(List<AssetBundleImportJobError>)
.- Parameters:
errors
- a consumer that will call methods onAssetBundleImportJobError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rollbackErrors
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rollbackErrors
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rollbackErrors
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 viaAssetBundleImportJobError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torollbackErrors(List<AssetBundleImportJobError>)
.- Parameters:
rollbackErrors
- a consumer that will call methods onAssetBundleImportJobError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The Amazon Resource Name (ARN) for the import job.
- Parameters:
arn
- The Amazon Resource Name (ARN) for the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The time that the import job was created.
- Parameters:
createdTime
- The time that the import job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetBundleImportJobId
The ID of the job. The job ID is set when you start a new job with a
StartAssetBundleImportJob
API call.- Parameters:
assetBundleImportJobId
- The ID of the job. The job ID is set when you start a new job with aStartAssetBundleImportJob
API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
The ID of the Amazon Web Services account the import job was executed in.
- Parameters:
awsAccountId
- The ID of the Amazon Web Services account the import job was executed in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetBundleImportSource
DescribeAssetBundleImportJobResponse.Builder assetBundleImportSource(AssetBundleImportSourceDescription assetBundleImportSource) The source of the asset bundle zip file that contains the data that is imported by the job.
- Parameters:
assetBundleImportSource
- The source of the asset bundle zip file that contains the data that is imported by the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetBundleImportSource
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 viaAssetBundleImportSourceDescription.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toassetBundleImportSource(AssetBundleImportSourceDescription)
.- Parameters:
assetBundleImportSource
- a consumer that will call methods onAssetBundleImportSourceDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideParameters
DescribeAssetBundleImportJobResponse.Builder overrideParameters(AssetBundleImportJobOverrideParameters overrideParameters) Optional overrides to be applied to the resource configuration before import.
- Parameters:
overrideParameters
- Optional overrides to be applied to the resource configuration before import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideParameters
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 viaAssetBundleImportJobOverrideParameters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooverrideParameters(AssetBundleImportJobOverrideParameters)
.- Parameters:
overrideParameters
- a consumer that will call methods onAssetBundleImportJobOverrideParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureAction
The failure action for the import job.
- Parameters:
failureAction
- The failure action for the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureAction
DescribeAssetBundleImportJobResponse.Builder failureAction(AssetBundleImportFailureAction failureAction) The failure action for the import job.
- Parameters:
failureAction
- The failure action for the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The HTTP status of the response.
- Parameters:
status
- The HTTP status of the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-