Class CfnAssetBundleImportJobProps.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAssetBundleImportJobProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssetBundleImportJobProps>
- Enclosing interface:
CfnAssetBundleImportJobProps
@Stability(Stable)
public static final class CfnAssetBundleImportJobProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssetBundleImportJobProps>
A builder for
CfnAssetBundleImportJobProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassetBundleImportJobId(String assetBundleImportJobId) Sets the value ofCfnAssetBundleImportJobProps.getAssetBundleImportJobId()assetBundleImportSource(IResolvable assetBundleImportSource) Sets the value ofCfnAssetBundleImportJobProps.getAssetBundleImportSource()assetBundleImportSource(CfnAssetBundleImportJob.AssetBundleImportSourceDescriptionProperty assetBundleImportSource) Sets the value ofCfnAssetBundleImportJobProps.getAssetBundleImportSource()awsAccountId(String awsAccountId) Sets the value ofCfnAssetBundleImportJobProps.getAwsAccountId()build()Builds the configured instance.failureAction(String failureAction) Sets the value ofCfnAssetBundleImportJobProps.getFailureAction()overrideValidationStrategy(IResolvable overrideValidationStrategy) Sets the value ofCfnAssetBundleImportJobProps.getOverrideValidationStrategy()overrideValidationStrategy(CfnAssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategyProperty overrideValidationStrategy) Sets the value ofCfnAssetBundleImportJobProps.getOverrideValidationStrategy()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
assetBundleImportJobId
@Stability(Stable) public CfnAssetBundleImportJobProps.Builder assetBundleImportJobId(String assetBundleImportJobId) Sets the value ofCfnAssetBundleImportJobProps.getAssetBundleImportJobId()- Parameters:
assetBundleImportJobId- the value to be set. This parameter is required.- Returns:
this
-
assetBundleImportSource
@Stability(Stable) public CfnAssetBundleImportJobProps.Builder assetBundleImportSource(IResolvable assetBundleImportSource) Sets the value ofCfnAssetBundleImportJobProps.getAssetBundleImportSource()- Parameters:
assetBundleImportSource- the value to be set.- Returns:
this
-
assetBundleImportSource
@Stability(Stable) public CfnAssetBundleImportJobProps.Builder assetBundleImportSource(CfnAssetBundleImportJob.AssetBundleImportSourceDescriptionProperty assetBundleImportSource) Sets the value ofCfnAssetBundleImportJobProps.getAssetBundleImportSource()- Parameters:
assetBundleImportSource- the value to be set.- Returns:
this
-
awsAccountId
Sets the value ofCfnAssetBundleImportJobProps.getAwsAccountId()- Parameters:
awsAccountId- the value to be set.- Returns:
this
-
failureAction
Sets the value ofCfnAssetBundleImportJobProps.getFailureAction()- Parameters:
failureAction- the value to be set.- Returns:
this
-
overrideValidationStrategy
@Stability(Stable) public CfnAssetBundleImportJobProps.Builder overrideValidationStrategy(IResolvable overrideValidationStrategy) Sets the value ofCfnAssetBundleImportJobProps.getOverrideValidationStrategy()- Parameters:
overrideValidationStrategy- the value to be set.- Returns:
this
-
overrideValidationStrategy
@Stability(Stable) public CfnAssetBundleImportJobProps.Builder overrideValidationStrategy(CfnAssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategyProperty overrideValidationStrategy) Sets the value ofCfnAssetBundleImportJobProps.getOverrideValidationStrategy()- Parameters:
overrideValidationStrategy- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssetBundleImportJobProps>- Returns:
- a new instance of
CfnAssetBundleImportJobProps - Throws:
NullPointerException- if any required attribute was not provided
-