Class StartAssetBundleImportJobRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.quicksight.model.QuickSightRequest
-
- software.amazon.awssdk.services.quicksight.model.StartAssetBundleImportJobRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartAssetBundleImportJobRequest.Builder,StartAssetBundleImportJobRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartAssetBundleImportJobRequest extends QuickSightRequest implements ToCopyableBuilder<StartAssetBundleImportJobRequest.Builder,StartAssetBundleImportJobRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartAssetBundleImportJobRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassetBundleImportJobId()The ID of the job.AssetBundleImportSourceassetBundleImportSource()The source of the asset bundle zip file that contains the data that you want to import.StringawsAccountId()The ID of the Amazon Web Services account to import assets into.static StartAssetBundleImportJobRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)AssetBundleImportFailureActionfailureAction()The failure action for the import job.StringfailureActionAsString()The failure action for the import job.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AssetBundleImportJobOverrideParametersoverrideParameters()Optional overrides that are applied to the resource configuration before import.AssetBundleImportJobOverridePermissionsoverridePermissions()Optional permission overrides that are applied to the resource configuration before import.AssetBundleImportJobOverrideTagsoverrideTags()Optional tag overrides that are applied to the resource configuration before import.AssetBundleImportJobOverrideValidationStrategyoverrideValidationStrategy()An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import.List<SdkField<?>>sdkFields()static Class<? extends StartAssetBundleImportJobRequest.Builder>serializableBuilderClass()StartAssetBundleImportJobRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
awsAccountId
public final String awsAccountId()
The ID of the Amazon Web Services account to import assets into.
- Returns:
- The ID of the Amazon Web Services account to import assets into.
-
assetBundleImportJobId
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.
- Returns:
- 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.
-
assetBundleImportSource
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_JSONformat.- Returns:
- The source of the asset bundle zip file that contains the data that you want to import. The file must be
in
QUICKSIGHT_JSONformat.
-
overrideParameters
public final AssetBundleImportJobOverrideParameters overrideParameters()
Optional overrides that are applied to the resource configuration before import.
- Returns:
- Optional overrides that are applied to the resource configuration before import.
-
failureAction
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,
failureActionwill returnAssetBundleImportFailureAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfailureActionAsString().- Returns:
- 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. - See Also:
AssetBundleImportFailureAction
-
failureActionAsString
public 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,
failureActionwill returnAssetBundleImportFailureAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfailureActionAsString().- Returns:
- 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. - See Also:
AssetBundleImportFailureAction
-
overridePermissions
public final AssetBundleImportJobOverridePermissions overridePermissions()
Optional permission overrides that are applied to the resource configuration before import.
- Returns:
- Optional permission overrides that are applied to the resource configuration before import.
-
overrideTags
public final AssetBundleImportJobOverrideTags overrideTags()
Optional tag overrides that are applied to the resource configuration before import.
- Returns:
- Optional tag overrides that are applied to the resource configuration before import.
-
overrideValidationStrategy
public final AssetBundleImportJobOverrideValidationStrategy overrideValidationStrategy()
An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import.
- Returns:
- An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import.
-
toBuilder
public StartAssetBundleImportJobRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartAssetBundleImportJobRequest.Builder,StartAssetBundleImportJobRequest>- Specified by:
toBuilderin classQuickSightRequest
-
builder
public static StartAssetBundleImportJobRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartAssetBundleImportJobRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-