Class CfnDefaultViewAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.resourceexplorer2.CfnDefaultViewAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDefaultViewAssociationPropsMixin>
- Enclosing class:
CfnDefaultViewAssociationPropsMixin
@Stability(Stable)
public static final class CfnDefaultViewAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDefaultViewAssociationPropsMixin>
A fluent builder for
CfnDefaultViewAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation.
-
Method Details
-
create
@Stability(Stable) public static CfnDefaultViewAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDefaultViewAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDefaultViewAssociationPropsMixin.Builder.
-
viewArn
The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation.The specified view must already exist in the specified Region.
- Parameters:
viewArn- The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDefaultViewAssociationPropsMixin>- Returns:
- a newly built instance of
CfnDefaultViewAssociationPropsMixin.
-