Class CfnSpace.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnSpace.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpace>
- Enclosing class:
CfnSpace
@Stability(Stable)
public static final class CfnSpace.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpace>
A fluent builder for
CfnSpace.-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the Amazon Web Services account where the space is being created.build()static CfnSpace.Builderdescription(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
@Stability(Stable) public static CfnSpace.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnSpace.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:
-
name
The display name of the space.- Parameters:
name- The display name of 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:
-
description
A description of the space.- Parameters:
description- A description 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
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:
-
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
-