Interface DescribeAssetBundleImportJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAssetBundleImportJobResponse.Builder,DescribeAssetBundleImportJobResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeAssetBundleImportJobResponse.Builder,DescribeAssetBundleImportJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAssetBundleImportJobResponse
@Mutable @NotThreadSafe public static interface DescribeAssetBundleImportJobResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAssetBundleImportJobResponse.Builder,DescribeAssetBundleImportJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeAssetBundleImportJobResponse.Builderarn(String arn)The Amazon Resource Name (ARN) for the import job.DescribeAssetBundleImportJobResponse.BuilderassetBundleImportJobId(String assetBundleImportJobId)The ID of the job.default DescribeAssetBundleImportJobResponse.BuilderassetBundleImportSource(Consumer<AssetBundleImportSourceDescription.Builder> assetBundleImportSource)The source of the asset bundle zip file that contains the data that is imported by the job.DescribeAssetBundleImportJobResponse.BuilderassetBundleImportSource(AssetBundleImportSourceDescription assetBundleImportSource)The source of the asset bundle zip file that contains the data that is imported by the job.DescribeAssetBundleImportJobResponse.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account the import job was executed in.DescribeAssetBundleImportJobResponse.BuildercreatedTime(Instant createdTime)The time that the import job was created.DescribeAssetBundleImportJobResponse.Buildererrors(Collection<AssetBundleImportJobError> errors)An array of error records that describes any failures that occurred during the export job processing.DescribeAssetBundleImportJobResponse.Buildererrors(Consumer<AssetBundleImportJobError.Builder>... errors)An array of error records that describes any failures that occurred during the export job processing.DescribeAssetBundleImportJobResponse.Buildererrors(AssetBundleImportJobError... errors)An array of error records that describes any failures that occurred during the export job processing.DescribeAssetBundleImportJobResponse.BuilderfailureAction(String failureAction)The failure action for the import job.DescribeAssetBundleImportJobResponse.BuilderfailureAction(AssetBundleImportFailureAction failureAction)The failure action for the import job.DescribeAssetBundleImportJobResponse.BuilderjobStatus(String jobStatus)Indicates the status of a job through its queuing and execution.DescribeAssetBundleImportJobResponse.BuilderjobStatus(AssetBundleImportJobStatus jobStatus)Indicates the status of a job through its queuing and execution.default DescribeAssetBundleImportJobResponse.BuilderoverrideParameters(Consumer<AssetBundleImportJobOverrideParameters.Builder> overrideParameters)Optional overrides that are applied to the resource configuration before import.DescribeAssetBundleImportJobResponse.BuilderoverrideParameters(AssetBundleImportJobOverrideParameters overrideParameters)Optional overrides that are applied to the resource configuration before import.default DescribeAssetBundleImportJobResponse.BuilderoverridePermissions(Consumer<AssetBundleImportJobOverridePermissions.Builder> overridePermissions)Optional permission overrides that are applied to the resource configuration before import.DescribeAssetBundleImportJobResponse.BuilderoverridePermissions(AssetBundleImportJobOverridePermissions overridePermissions)Optional permission overrides that are applied to the resource configuration before import.default DescribeAssetBundleImportJobResponse.BuilderoverrideTags(Consumer<AssetBundleImportJobOverrideTags.Builder> overrideTags)Optional tag overrides that are applied to the resource configuration before import.DescribeAssetBundleImportJobResponse.BuilderoverrideTags(AssetBundleImportJobOverrideTags overrideTags)Optional tag overrides that are applied to the resource configuration before import.default DescribeAssetBundleImportJobResponse.BuilderoverrideValidationStrategy(Consumer<AssetBundleImportJobOverrideValidationStrategy.Builder> overrideValidationStrategy)An optional validation strategy override for all analyses and dashboards to be applied to the resource configuration before import.DescribeAssetBundleImportJobResponse.BuilderoverrideValidationStrategy(AssetBundleImportJobOverrideValidationStrategy overrideValidationStrategy)An optional validation strategy override for all analyses and dashboards to be applied to the resource configuration before import.DescribeAssetBundleImportJobResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeAssetBundleImportJobResponse.BuilderrollbackErrors(Collection<AssetBundleImportJobError> rollbackErrors)An array of error records that describes any failures that occurred while an import job was attempting a rollback.DescribeAssetBundleImportJobResponse.BuilderrollbackErrors(Consumer<AssetBundleImportJobError.Builder>... rollbackErrors)An array of error records that describes any failures that occurred while an import job was attempting a rollback.DescribeAssetBundleImportJobResponse.BuilderrollbackErrors(AssetBundleImportJobError... rollbackErrors)An array of error records that describes any failures that occurred while an import job was attempting a rollback.DescribeAssetBundleImportJobResponse.Builderstatus(Integer status)The HTTP status of the response.DescribeAssetBundleImportJobResponse.Builderwarnings(Collection<AssetBundleImportJobWarning> warnings)An array of warning records that describe all permitted errors that are encountered during the import job.DescribeAssetBundleImportJobResponse.Builderwarnings(Consumer<AssetBundleImportJobWarning.Builder>... warnings)An array of warning records that describe all permitted errors that are encountered during the import job.DescribeAssetBundleImportJobResponse.Builderwarnings(AssetBundleImportJobWarning... warnings)An array of warning records that describe all permitted errors that are encountered during the import job.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
jobStatus
DescribeAssetBundleImportJobResponse.Builder jobStatus(String jobStatus)
Indicates the status of a job through its queuing and execution.
Poll the
DescribeAssetBundleImportAPI untilJobStatusreturns 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
DescribeAssetBundleImportAPI untilJobStatusreturns 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:
AssetBundleImportJobStatus,AssetBundleImportJobStatus
-
-
jobStatus
DescribeAssetBundleImportJobResponse.Builder jobStatus(AssetBundleImportJobStatus jobStatus)
Indicates the status of a job through its queuing and execution.
Poll the
DescribeAssetBundleImportAPI untilJobStatusreturns 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
DescribeAssetBundleImportAPI untilJobStatusreturns 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:
AssetBundleImportJobStatus,AssetBundleImportJobStatus
-
-
errors
DescribeAssetBundleImportJobResponse.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.
- 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(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.
- 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.Builderavoiding the need to create one manually viaAssetBundleImportJobError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errors(List.) - 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:
#errors(java.util.Collection)
-
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.Builderavoiding the need to create one manually viaAssetBundleImportJobError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#rollbackErrors(List.) - 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:
#rollbackErrors(java.util.Collection)
-
arn
DescribeAssetBundleImportJobResponse.Builder arn(String 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
DescribeAssetBundleImportJobResponse.Builder createdTime(Instant 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
DescribeAssetBundleImportJobResponse.Builder assetBundleImportJobId(String assetBundleImportJobId)
The ID of the job. The job ID is set when you start a new job with a
StartAssetBundleImportJobAPI call.- Parameters:
assetBundleImportJobId- The ID of the job. The job ID is set when you start a new job with aStartAssetBundleImportJobAPI call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
DescribeAssetBundleImportJobResponse.Builder awsAccountId(String 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.Builderavoiding the need to create one manually viaAssetBundleImportSourceDescription.builder().When the
Consumercompletes,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:
assetBundleImportSource(AssetBundleImportSourceDescription)
-
overrideParameters
DescribeAssetBundleImportJobResponse.Builder overrideParameters(AssetBundleImportJobOverrideParameters overrideParameters)
Optional overrides that are applied to the resource configuration before import.
- Parameters:
overrideParameters- Optional overrides that are 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 that are applied to the resource configuration before import.
This is a convenience method that creates an instance of theAssetBundleImportJobOverrideParameters.Builderavoiding the need to create one manually viaAssetBundleImportJobOverrideParameters.builder().When the
Consumercompletes,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:
overrideParameters(AssetBundleImportJobOverrideParameters)
-
failureAction
DescribeAssetBundleImportJobResponse.Builder failureAction(String 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:
AssetBundleImportFailureAction,AssetBundleImportFailureAction
-
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:
AssetBundleImportFailureAction,AssetBundleImportFailureAction
-
requestId
DescribeAssetBundleImportJobResponse.Builder requestId(String 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
DescribeAssetBundleImportJobResponse.Builder status(Integer 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.
-
overridePermissions
DescribeAssetBundleImportJobResponse.Builder overridePermissions(AssetBundleImportJobOverridePermissions overridePermissions)
Optional permission overrides that are applied to the resource configuration before import.
- Parameters:
overridePermissions- Optional permission overrides that are applied to the resource configuration before import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overridePermissions
default DescribeAssetBundleImportJobResponse.Builder overridePermissions(Consumer<AssetBundleImportJobOverridePermissions.Builder> overridePermissions)
Optional permission overrides that are applied to the resource configuration before import.
This is a convenience method that creates an instance of theAssetBundleImportJobOverridePermissions.Builderavoiding the need to create one manually viaAssetBundleImportJobOverridePermissions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooverridePermissions(AssetBundleImportJobOverridePermissions).- Parameters:
overridePermissions- a consumer that will call methods onAssetBundleImportJobOverridePermissions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
overridePermissions(AssetBundleImportJobOverridePermissions)
-
overrideTags
DescribeAssetBundleImportJobResponse.Builder overrideTags(AssetBundleImportJobOverrideTags overrideTags)
Optional tag overrides that are applied to the resource configuration before import.
- Parameters:
overrideTags- Optional tag overrides that are applied to the resource configuration before import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideTags
default DescribeAssetBundleImportJobResponse.Builder overrideTags(Consumer<AssetBundleImportJobOverrideTags.Builder> overrideTags)
Optional tag overrides that are applied to the resource configuration before import.
This is a convenience method that creates an instance of theAssetBundleImportJobOverrideTags.Builderavoiding the need to create one manually viaAssetBundleImportJobOverrideTags.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooverrideTags(AssetBundleImportJobOverrideTags).- Parameters:
overrideTags- a consumer that will call methods onAssetBundleImportJobOverrideTags.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
overrideTags(AssetBundleImportJobOverrideTags)
-
overrideValidationStrategy
DescribeAssetBundleImportJobResponse.Builder overrideValidationStrategy(AssetBundleImportJobOverrideValidationStrategy overrideValidationStrategy)
An optional validation strategy override for all analyses and dashboards to be applied to the resource configuration before import.
- Parameters:
overrideValidationStrategy- An optional validation strategy override for all analyses and dashboards to be applied to the resource configuration before import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideValidationStrategy
default DescribeAssetBundleImportJobResponse.Builder overrideValidationStrategy(Consumer<AssetBundleImportJobOverrideValidationStrategy.Builder> overrideValidationStrategy)
An optional validation strategy override for all analyses and dashboards to be applied to the resource configuration before import.
This is a convenience method that creates an instance of theAssetBundleImportJobOverrideValidationStrategy.Builderavoiding the need to create one manually viaAssetBundleImportJobOverrideValidationStrategy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooverrideValidationStrategy(AssetBundleImportJobOverrideValidationStrategy).- Parameters:
overrideValidationStrategy- a consumer that will call methods onAssetBundleImportJobOverrideValidationStrategy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
overrideValidationStrategy(AssetBundleImportJobOverrideValidationStrategy)
-
warnings
DescribeAssetBundleImportJobResponse.Builder warnings(Collection<AssetBundleImportJobWarning> warnings)
An array of warning records that describe all permitted errors that are encountered during the import job.
- Parameters:
warnings- An array of warning records that describe all permitted errors that are encountered during the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warnings
DescribeAssetBundleImportJobResponse.Builder warnings(AssetBundleImportJobWarning... warnings)
An array of warning records that describe all permitted errors that are encountered during the import job.
- Parameters:
warnings- An array of warning records that describe all permitted errors that are encountered during the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warnings
DescribeAssetBundleImportJobResponse.Builder warnings(Consumer<AssetBundleImportJobWarning.Builder>... warnings)
An array of warning records that describe all permitted errors that are encountered during the import job.
This is a convenience method that creates an instance of theAssetBundleImportJobWarning.Builderavoiding the need to create one manually viaAssetBundleImportJobWarning.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#warnings(List.) - Parameters:
warnings- a consumer that will call methods onAssetBundleImportJobWarning.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#warnings(java.util.Collection)
-
-