public static interface StartAssetBundleExportJobRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<StartAssetBundleExportJobRequest.Builder,StartAssetBundleExportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartAssetBundleExportJobRequest.Builder |
assetBundleExportJobId(String assetBundleExportJobId)
The ID of the job.
|
StartAssetBundleExportJobRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to export assets from.
|
StartAssetBundleExportJobRequest.Builder |
cloudFormationOverridePropertyConfiguration(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.
|
default StartAssetBundleExportJobRequest.Builder |
cloudFormationOverridePropertyConfiguration(Consumer<AssetBundleCloudFormationOverridePropertyConfiguration.Builder> 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.Builder |
exportFormat(AssetBundleExportFormat exportFormat)
The export data format.
|
StartAssetBundleExportJobRequest.Builder |
exportFormat(String exportFormat)
The export data format.
|
StartAssetBundleExportJobRequest.Builder |
includeAllDependencies(Boolean includeAllDependencies)
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the
job.
|
StartAssetBundleExportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartAssetBundleExportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartAssetBundleExportJobRequest.Builder |
resourceArns(Collection<String> resourceArns)
An array of resource ARNs to export.
|
StartAssetBundleExportJobRequest.Builder |
resourceArns(String... resourceArns)
An array of resource ARNs to export.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAssetBundleExportJobRequest.Builder awsAccountId(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.StartAssetBundleExportJobRequest.Builder assetBundleExportJobId(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.StartAssetBundleExportJobRequest.Builder resourceArns(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.
StartAssetBundleExportJobRequest.Builder resourceArns(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.
StartAssetBundleExportJobRequest.Builder includeAllDependencies(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.StartAssetBundleExportJobRequest.Builder exportFormat(String exportFormat)
The export data format.
exportFormat - The export data format.AssetBundleExportFormat,
AssetBundleExportFormatStartAssetBundleExportJobRequest.Builder exportFormat(AssetBundleExportFormat exportFormat)
The export data format.
exportFormat - The export data format.AssetBundleExportFormat,
AssetBundleExportFormatStartAssetBundleExportJobRequest.Builder cloudFormationOverridePropertyConfiguration(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.
default StartAssetBundleExportJobRequest.Builder cloudFormationOverridePropertyConfiguration(Consumer<AssetBundleCloudFormationOverridePropertyConfiguration.Builder> 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.
AssetBundleCloudFormationOverridePropertyConfiguration.Builder avoiding the need to create one
manually via AssetBundleCloudFormationOverridePropertyConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to
cloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration).
cloudFormationOverridePropertyConfiguration - a consumer that will call methods on
AssetBundleCloudFormationOverridePropertyConfiguration.BuildercloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration)StartAssetBundleExportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartAssetBundleExportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.