@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAssetBundleExportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartAssetBundleExportJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartAssetBundleExportJobRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssetBundleExportJobId()
The ID of the job.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account to export assets from.
|
AssetBundleCloudFormationOverridePropertyConfiguration |
getCloudFormationOverridePropertyConfiguration()
An optional collection of structures that generate CloudFormation parameters to override the existing resource
property values when the resource is exported to a new CloudFormation template.
|
String |
getExportFormat()
The export data format.
|
Boolean |
getIncludeAllDependencies()
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
|
List<String> |
getResourceArns()
An array of resource ARNs to export.
|
int |
hashCode() |
Boolean |
isIncludeAllDependencies()
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
|
void |
setAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the job.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to export assets from.
|
void |
setCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
An optional collection of structures that generate CloudFormation parameters to override the existing resource
property values when the resource is exported to a new CloudFormation template.
|
void |
setExportFormat(String exportFormat)
The export data format.
|
void |
setIncludeAllDependencies(Boolean includeAllDependencies)
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
|
void |
setResourceArns(Collection<String> resourceArns)
An array of resource ARNs to export.
|
String |
toString()
Returns a string representation of this object.
|
StartAssetBundleExportJobRequest |
withAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the job.
|
StartAssetBundleExportJobRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to export assets from.
|
StartAssetBundleExportJobRequest |
withCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
An optional collection of structures that generate CloudFormation parameters to override the existing resource
property values when the resource is exported to a new CloudFormation template.
|
StartAssetBundleExportJobRequest |
withExportFormat(AssetBundleExportFormat exportFormat)
The export data format.
|
StartAssetBundleExportJobRequest |
withExportFormat(String exportFormat)
The export data format.
|
StartAssetBundleExportJobRequest |
withIncludeAllDependencies(Boolean includeAllDependencies)
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
|
StartAssetBundleExportJobRequest |
withResourceArns(Collection<String> resourceArns)
An array of resource ARNs to export.
|
StartAssetBundleExportJobRequest |
withResourceArns(String... resourceArns)
An array of resource ARNs to export.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to export assets from.
awsAccountId - The ID of the Amazon Web Services account to export assets from.public String getAwsAccountId()
The ID of the Amazon Web Services account to export assets from.
public StartAssetBundleExportJobRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to export assets from.
awsAccountId - The ID of the Amazon Web Services account to export assets from.public void setAssetBundleExportJobId(String assetBundleExportJobId)
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.
assetBundleExportJobId - 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 getAssetBundleExportJobId()
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 StartAssetBundleExportJobRequest withAssetBundleExportJobId(String assetBundleExportJobId)
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.
assetBundleExportJobId - 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 List<String> getResourceArns()
An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
public void setResourceArns(Collection<String> resourceArns)
An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
resourceArns - An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
public StartAssetBundleExportJobRequest withResourceArns(String... resourceArns)
An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
NOTE: This method appends the values to the existing list (if any). Use
setResourceArns(java.util.Collection) or withResourceArns(java.util.Collection) if you want to
override the existing values.
resourceArns - An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
public StartAssetBundleExportJobRequest withResourceArns(Collection<String> resourceArns)
An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
resourceArns - An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
public void setIncludeAllDependencies(Boolean includeAllDependencies)
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
For example, say you provided a Dashboard ARN to the ResourceArns parameter. If you set
IncludeAllDependencies to TRUE, any theme, dataset, and data source resource that is a
dependency of the dashboard is also exported.
includeAllDependencies - A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the
job. For example, say you provided a Dashboard ARN to the ResourceArns parameter. If you set
IncludeAllDependencies to TRUE, any theme, dataset, and data source resource
that is a dependency of the dashboard is also exported.public Boolean getIncludeAllDependencies()
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
For example, say you provided a Dashboard ARN to the ResourceArns parameter. If you set
IncludeAllDependencies to TRUE, any theme, dataset, and data source resource that is a
dependency of the dashboard is also exported.
ResourceArns parameter. If you set
IncludeAllDependencies to TRUE, any theme, dataset, and data source resource
that is a dependency of the dashboard is also exported.public StartAssetBundleExportJobRequest withIncludeAllDependencies(Boolean includeAllDependencies)
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
For example, say you provided a Dashboard ARN to the ResourceArns parameter. If you set
IncludeAllDependencies to TRUE, any theme, dataset, and data source resource that is a
dependency of the dashboard is also exported.
includeAllDependencies - A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the
job. For example, say you provided a Dashboard ARN to the ResourceArns parameter. If you set
IncludeAllDependencies to TRUE, any theme, dataset, and data source resource
that is a dependency of the dashboard is also exported.public Boolean isIncludeAllDependencies()
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
For example, say you provided a Dashboard ARN to the ResourceArns parameter. If you set
IncludeAllDependencies to TRUE, any theme, dataset, and data source resource that is a
dependency of the dashboard is also exported.
ResourceArns parameter. If you set
IncludeAllDependencies to TRUE, any theme, dataset, and data source resource
that is a dependency of the dashboard is also exported.public void setExportFormat(String exportFormat)
The export data format.
exportFormat - The export data format.AssetBundleExportFormatpublic String getExportFormat()
The export data format.
AssetBundleExportFormatpublic StartAssetBundleExportJobRequest withExportFormat(String exportFormat)
The export data format.
exportFormat - The export data format.AssetBundleExportFormatpublic StartAssetBundleExportJobRequest withExportFormat(AssetBundleExportFormat exportFormat)
The export data format.
exportFormat - The export data format.AssetBundleExportFormatpublic void setCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.
Use this field if the ExportFormat field of a StartAssetBundleExportJobRequest API call
is set to CLOUDFORMATION_JSON.
cloudFormationOverridePropertyConfiguration - An optional collection of structures that generate CloudFormation parameters to override the existing
resource property values when the resource is exported to a new CloudFormation template.
Use this field if the ExportFormat field of a StartAssetBundleExportJobRequest
API call is set to CLOUDFORMATION_JSON.
public AssetBundleCloudFormationOverridePropertyConfiguration getCloudFormationOverridePropertyConfiguration()
An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.
Use this field if the ExportFormat field of a StartAssetBundleExportJobRequest API call
is set to CLOUDFORMATION_JSON.
Use this field if the ExportFormat field of a StartAssetBundleExportJobRequest
API call is set to CLOUDFORMATION_JSON.
public StartAssetBundleExportJobRequest withCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.
Use this field if the ExportFormat field of a StartAssetBundleExportJobRequest API call
is set to CLOUDFORMATION_JSON.
cloudFormationOverridePropertyConfiguration - An optional collection of structures that generate CloudFormation parameters to override the existing
resource property values when the resource is exported to a new CloudFormation template.
Use this field if the ExportFormat field of a StartAssetBundleExportJobRequest
API call is set to CLOUDFORMATION_JSON.
public String toString()
toString in class ObjectObject.toString()public StartAssetBundleExportJobRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.