@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAssetBundleImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartAssetBundleImportJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartAssetBundleImportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssetBundleImportJobId()
The ID of the job.
|
AssetBundleImportSource |
getAssetBundleImportSource()
The source of the asset bundle zip file that contains the data that you want to import.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account to import assets into.
|
String |
getFailureAction()
The failure action for the import job.
|
AssetBundleImportJobOverrideParameters |
getOverrideParameters()
Optional overrides that are applied to the resource configuration before import.
|
AssetBundleImportJobOverridePermissions |
getOverridePermissions()
Optional permission overrides that are applied to the resource configuration before import.
|
AssetBundleImportJobOverrideTags |
getOverrideTags()
Optional tag overrides that are applied to the resource configuration before import.
|
AssetBundleImportJobOverrideValidationStrategy |
getOverrideValidationStrategy()
An optional validation strategy override for all analyses and dashboards that is applied to the resource
configuration before import.
|
int |
hashCode() |
void |
setAssetBundleImportJobId(String assetBundleImportJobId)
The ID of the job.
|
void |
setAssetBundleImportSource(AssetBundleImportSource assetBundleImportSource)
The source of the asset bundle zip file that contains the data that you want to import.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to import assets into.
|
void |
setFailureAction(String failureAction)
The failure action for the import job.
|
void |
setOverrideParameters(AssetBundleImportJobOverrideParameters overrideParameters)
Optional overrides that are applied to the resource configuration before import.
|
void |
setOverridePermissions(AssetBundleImportJobOverridePermissions overridePermissions)
Optional permission overrides that are applied to the resource configuration before import.
|
void |
setOverrideTags(AssetBundleImportJobOverrideTags overrideTags)
Optional tag overrides that are applied to the resource configuration before import.
|
void |
setOverrideValidationStrategy(AssetBundleImportJobOverrideValidationStrategy overrideValidationStrategy)
An optional validation strategy override for all analyses and dashboards that is applied to the resource
configuration before import.
|
String |
toString()
Returns a string representation of this object.
|
StartAssetBundleImportJobRequest |
withAssetBundleImportJobId(String assetBundleImportJobId)
The ID of the job.
|
StartAssetBundleImportJobRequest |
withAssetBundleImportSource(AssetBundleImportSource assetBundleImportSource)
The source of the asset bundle zip file that contains the data that you want to import.
|
StartAssetBundleImportJobRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to import assets into.
|
StartAssetBundleImportJobRequest |
withFailureAction(AssetBundleImportFailureAction failureAction)
The failure action for the import job.
|
StartAssetBundleImportJobRequest |
withFailureAction(String failureAction)
The failure action for the import job.
|
StartAssetBundleImportJobRequest |
withOverrideParameters(AssetBundleImportJobOverrideParameters overrideParameters)
Optional overrides that are applied to the resource configuration before import.
|
StartAssetBundleImportJobRequest |
withOverridePermissions(AssetBundleImportJobOverridePermissions overridePermissions)
Optional permission overrides that are applied to the resource configuration before import.
|
StartAssetBundleImportJobRequest |
withOverrideTags(AssetBundleImportJobOverrideTags overrideTags)
Optional tag overrides that are applied to the resource configuration before import.
|
StartAssetBundleImportJobRequest |
withOverrideValidationStrategy(AssetBundleImportJobOverrideValidationStrategy overrideValidationStrategy)
An optional validation strategy override for all analyses and dashboards that is applied to the resource
configuration before import.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAwsAccountId(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.public String getAwsAccountId()
The ID of the Amazon Web Services account to import assets into.
public StartAssetBundleImportJobRequest withAwsAccountId(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.public void setAssetBundleImportJobId(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.public String getAssetBundleImportJobId()
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 StartAssetBundleImportJobRequest withAssetBundleImportJobId(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.public void setAssetBundleImportSource(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.public AssetBundleImportSource getAssetBundleImportSource()
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 StartAssetBundleImportJobRequest withAssetBundleImportSource(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.public void setOverrideParameters(AssetBundleImportJobOverrideParameters overrideParameters)
Optional overrides that are applied to the resource configuration before import.
overrideParameters
- Optional overrides that are applied to the resource configuration before import.public AssetBundleImportJobOverrideParameters getOverrideParameters()
Optional overrides that are applied to the resource configuration before import.
public StartAssetBundleImportJobRequest withOverrideParameters(AssetBundleImportJobOverrideParameters overrideParameters)
Optional overrides that are applied to the resource configuration before import.
overrideParameters
- Optional overrides that are applied to the resource configuration before import.public void setFailureAction(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
public String getFailureAction()
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 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
public StartAssetBundleImportJobRequest withFailureAction(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
public StartAssetBundleImportJobRequest withFailureAction(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
public void setOverridePermissions(AssetBundleImportJobOverridePermissions overridePermissions)
Optional permission overrides that are applied to the resource configuration before import.
overridePermissions
- Optional permission overrides that are applied to the resource configuration before import.public AssetBundleImportJobOverridePermissions getOverridePermissions()
Optional permission overrides that are applied to the resource configuration before import.
public StartAssetBundleImportJobRequest withOverridePermissions(AssetBundleImportJobOverridePermissions overridePermissions)
Optional permission overrides that are applied to the resource configuration before import.
overridePermissions
- Optional permission overrides that are applied to the resource configuration before import.public void setOverrideTags(AssetBundleImportJobOverrideTags overrideTags)
Optional tag overrides that are applied to the resource configuration before import.
overrideTags
- Optional tag overrides that are applied to the resource configuration before import.public AssetBundleImportJobOverrideTags getOverrideTags()
Optional tag overrides that are applied to the resource configuration before import.
public StartAssetBundleImportJobRequest withOverrideTags(AssetBundleImportJobOverrideTags overrideTags)
Optional tag overrides that are applied to the resource configuration before import.
overrideTags
- Optional tag overrides that are applied to the resource configuration before import.public void setOverrideValidationStrategy(AssetBundleImportJobOverrideValidationStrategy overrideValidationStrategy)
An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import.
overrideValidationStrategy
- An optional validation strategy override for all analyses and dashboards that is applied to the resource
configuration before import.public AssetBundleImportJobOverrideValidationStrategy getOverrideValidationStrategy()
An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import.
public StartAssetBundleImportJobRequest withOverrideValidationStrategy(AssetBundleImportJobOverrideValidationStrategy overrideValidationStrategy)
An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import.
overrideValidationStrategy
- An optional validation strategy override for all analyses and dashboards that is applied to the resource
configuration before import.public String toString()
toString
in class Object
Object.toString()
public StartAssetBundleImportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()