Class CfnDefaultViewAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.resourceexplorer2.CfnDefaultViewAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDefaultViewAssociationMixinProps>
- Enclosing interface:
CfnDefaultViewAssociationMixinProps
@Stability(Stable)
public static final class CfnDefaultViewAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDefaultViewAssociationMixinProps>
A builder for
CfnDefaultViewAssociationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDefaultViewAssociationMixinProps.getViewArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
viewArn
Sets the value ofCfnDefaultViewAssociationMixinProps.getViewArn()- 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. The specified view must already exist in the specified Region.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDefaultViewAssociationMixinProps>- Returns:
- a new instance of
CfnDefaultViewAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-