public static interface StartAssetBundleImportJobRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<StartAssetBundleImportJobRequest.Builder,StartAssetBundleImportJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAssetBundleImportJobRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to import assets into.
awsAccountId - The ID of the Amazon Web Services account to import assets into.StartAssetBundleImportJobRequest.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.StartAssetBundleImportJobRequest.Builder assetBundleImportSource(AssetBundleImportSource assetBundleImportSource)
The source of the asset bundle zip file that contains the data that you want to import. The file must be in
QUICKSIGHT_JSON format.
assetBundleImportSource - The source of the asset bundle zip file that contains the data that you want to import. The file must
be in QUICKSIGHT_JSON format.default StartAssetBundleImportJobRequest.Builder assetBundleImportSource(Consumer<AssetBundleImportSource.Builder> assetBundleImportSource)
The source of the asset bundle zip file that contains the data that you want to import. The file must be in
QUICKSIGHT_JSON format.
AssetBundleImportSource.Builder avoiding
the need to create one manually via AssetBundleImportSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to assetBundleImportSource(AssetBundleImportSource).
assetBundleImportSource - a consumer that will call methods on AssetBundleImportSource.BuilderassetBundleImportSource(AssetBundleImportSource)StartAssetBundleImportJobRequest.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 StartAssetBundleImportJobRequest.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)StartAssetBundleImportJobRequest.Builder failureAction(String failureAction)
The failure action for the import job.
If you choose ROLLBACK, failed import jobs will attempt to undo any asset changes caused by the
failed job.
If you choose DO_NOTHING, failed import jobs will not attempt to roll back any asset changes
caused by the failed job, possibly keeping the Amazon QuickSight account in an inconsistent state.
failureAction - The failure action for the import job.
If you choose ROLLBACK, failed import jobs will attempt to undo any asset changes caused
by the failed job.
If you choose DO_NOTHING, failed import jobs will not attempt to roll back any asset
changes caused by the failed job, possibly keeping the Amazon QuickSight account in an inconsistent
state.
AssetBundleImportFailureAction,
AssetBundleImportFailureActionStartAssetBundleImportJobRequest.Builder failureAction(AssetBundleImportFailureAction failureAction)
The failure action for the import job.
If you choose ROLLBACK, failed import jobs will attempt to undo any asset changes caused by the
failed job.
If you choose DO_NOTHING, failed import jobs will not attempt to roll back any asset changes
caused by the failed job, possibly keeping the Amazon QuickSight account in an inconsistent state.
failureAction - The failure action for the import job.
If you choose ROLLBACK, failed import jobs will attempt to undo any asset changes caused
by the failed job.
If you choose DO_NOTHING, failed import jobs will not attempt to roll back any asset
changes caused by the failed job, possibly keeping the Amazon QuickSight account in an inconsistent
state.
AssetBundleImportFailureAction,
AssetBundleImportFailureActionStartAssetBundleImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartAssetBundleImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.