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