Class CfnSpacePropsMixin.SpaceResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnSpacePropsMixin.SpaceResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpacePropsMixin.SpaceResourceProperty>
- Enclosing interface:
CfnSpacePropsMixin.SpaceResourceProperty
@Stability(Stable)
public static final class CfnSpacePropsMixin.SpaceResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpacePropsMixin.SpaceResourceProperty>
A builder for
CfnSpacePropsMixin.SpaceResourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.resourceArn(String resourceArn) Sets the value ofCfnSpacePropsMixin.SpaceResourceProperty.getResourceArn()resourceType(String resourceType) Sets the value ofCfnSpacePropsMixin.SpaceResourceProperty.getResourceType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceArn
@Stability(Stable) public CfnSpacePropsMixin.SpaceResourceProperty.Builder resourceArn(String resourceArn) Sets the value ofCfnSpacePropsMixin.SpaceResourceProperty.getResourceArn()- Parameters:
resourceArn- The ARN of the QuickSight resource.- Returns:
this
-
resourceType
@Stability(Stable) public CfnSpacePropsMixin.SpaceResourceProperty.Builder resourceType(String resourceType) Sets the value ofCfnSpacePropsMixin.SpaceResourceProperty.getResourceType()- Parameters:
resourceType- The type of QuickSight resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSpacePropsMixin.SpaceResourceProperty>- Returns:
- a new instance of
CfnSpacePropsMixin.SpaceResourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-