@Generated(value="software.amazon.awssdk:codegen") public final class StartAssetBundleImportJobRequest extends QuickSightRequest implements ToCopyableBuilder<StartAssetBundleImportJobRequest.Builder,StartAssetBundleImportJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartAssetBundleImportJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetBundleImportJobId()
The ID of the job.
|
AssetBundleImportSource |
assetBundleImportSource()
The source of the asset bundle zip file that contains the data that you want to import.
|
String |
awsAccountId()
The ID of the Amazon Web Services account to import assets into.
|
static StartAssetBundleImportJobRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AssetBundleImportFailureAction |
failureAction()
The failure action for the import job.
|
String |
failureActionAsString()
The failure action for the import job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AssetBundleImportJobOverrideParameters |
overrideParameters()
Optional overrides to be applied to the resource configuration before import.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartAssetBundleImportJobRequest.Builder> |
serializableBuilderClass() |
StartAssetBundleImportJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The ID of the Amazon Web Services account to import assets into.
public final 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.
public final 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.
QUICKSIGHT_JSON format.public final AssetBundleImportJobOverrideParameters overrideParameters()
Optional overrides to be applied to the resource configuration before import.
public final 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.
If the service returns an enum value that is not available in the current SDK version, failureAction
will return AssetBundleImportFailureAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from failureActionAsString().
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.
AssetBundleImportFailureActionpublic final String failureActionAsString()
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.
If the service returns an enum value that is not available in the current SDK version, failureAction
will return AssetBundleImportFailureAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from failureActionAsString().
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.
AssetBundleImportFailureActionpublic StartAssetBundleImportJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartAssetBundleImportJobRequest.Builder,StartAssetBundleImportJobRequest>toBuilder in class QuickSightRequestpublic static StartAssetBundleImportJobRequest.Builder builder()
public static Class<? extends StartAssetBundleImportJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.