Class CfnSpaceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnSpaceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpaceMixinProps>
- Enclosing interface:
CfnSpaceMixinProps
@Stability(Stable)
public static final class CfnSpaceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpaceMixinProps>
A builder for
CfnSpaceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) Sets the value ofCfnSpaceMixinProps.getAwsAccountId()build()Builds the configured instance.description(String description) Sets the value ofCfnSpaceMixinProps.getDescription()Sets the value ofCfnSpaceMixinProps.getName()permissions(List<? extends Object> permissions) Sets the value ofCfnSpaceMixinProps.getPermissions()permissions(IResolvable permissions) Sets the value ofCfnSpaceMixinProps.getPermissions()Sets the value ofCfnSpaceMixinProps.getResources()resources(IResolvable resources) Sets the value ofCfnSpaceMixinProps.getResources()Sets the value ofCfnSpaceMixinProps.getSpaceId()Sets the value ofCfnSpaceMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsAccountId
Sets the value ofCfnSpaceMixinProps.getAwsAccountId()- Parameters:
awsAccountId- The ID of the Amazon Web Services account where the space is being created.- Returns:
this
-
description
Sets the value ofCfnSpaceMixinProps.getDescription()- Parameters:
description- A description of the space.- Returns:
this
-
name
Sets the value ofCfnSpaceMixinProps.getName()- Parameters:
name- The display name of the space.- Returns:
this
-
permissions
Sets the value ofCfnSpaceMixinProps.getPermissions()- Parameters:
permissions- A list of permissions granted on the space.- Returns:
this
-
permissions
@Stability(Stable) public CfnSpaceMixinProps.Builder permissions(List<? extends Object> permissions) Sets the value ofCfnSpaceMixinProps.getPermissions()- Parameters:
permissions- A list of permissions granted on the space.- Returns:
this
-
resources
Sets the value ofCfnSpaceMixinProps.getResources()- Parameters:
resources- A list of QuickSight resources attached to the space.- Returns:
this
-
resources
Sets the value ofCfnSpaceMixinProps.getResources()- Parameters:
resources- A list of QuickSight resources attached to the space.- Returns:
this
-
spaceId
Sets the value ofCfnSpaceMixinProps.getSpaceId()- Parameters:
spaceId- The unique identifier for the space.- Returns:
this
-
tags
Sets the value ofCfnSpaceMixinProps.getTags()- Parameters:
tags- A list of key-value pairs to associate with the space resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSpaceMixinProps>- Returns:
- a new instance of
CfnSpaceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-