Class CfnSpacePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnSpacePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpacePropsMixin>
- Enclosing class:
CfnSpacePropsMixin
@Stability(Stable)
public static final class CfnSpacePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpacePropsMixin>
A fluent builder for
CfnSpacePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the Amazon Web Services account where the space is being created.build()static CfnSpacePropsMixin.Buildercreate()static CfnSpacePropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) A description of the space.The display name of the space.permissions(List<? extends Object> permissions) A list of permissions granted on the space.permissions(IResolvable permissions) A list of permissions granted on the space.A list of QuickSight resources attached to the space.resources(IResolvable resources) A list of QuickSight resources attached to the space.The unique identifier for the space.A list of key-value pairs to associate with the space resource.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSpacePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSpacePropsMixin.Builder.
-
awsAccountId
The ID of the Amazon Web Services account where the space is being created.- Parameters:
awsAccountId- The ID of the Amazon Web Services account where the space is being created. This parameter is required.- Returns:
this- See Also:
-
description
A description of the space.- Parameters:
description- A description of the space. This parameter is required.- Returns:
this- See Also:
-
name
The display name of the space.- Parameters:
name- The display name of the space. This parameter is required.- Returns:
this- See Also:
-
permissions
A list of permissions granted on the space.- Parameters:
permissions- A list of permissions granted on the space. This parameter is required.- Returns:
this- See Also:
-
permissions
@Stability(Stable) public CfnSpacePropsMixin.Builder permissions(List<? extends Object> permissions) A list of permissions granted on the space.- Parameters:
permissions- A list of permissions granted on the space. This parameter is required.- Returns:
this- See Also:
-
resources
A list of QuickSight resources attached to the space.- Parameters:
resources- A list of QuickSight resources attached to the space. This parameter is required.- Returns:
this- See Also:
-
resources
A list of QuickSight resources attached to the space.- Parameters:
resources- A list of QuickSight resources attached to the space. This parameter is required.- Returns:
this- See Also:
-
spaceId
The unique identifier for the space.- Parameters:
spaceId- The unique identifier for the space. This parameter is required.- Returns:
this- See Also:
-
tags
A list of key-value pairs to associate with the space resource.- Parameters:
tags- A list of key-value pairs to associate with the space resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSpacePropsMixin>- Returns:
- a newly built instance of
CfnSpacePropsMixin.
-