Class CfnFlowProps.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnFlowProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowProps>
- Enclosing interface:
CfnFlowProps
@Stability(Stable)
public static final class CfnFlowProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowProps>
A builder for
CfnFlowProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) Sets the value ofCfnFlowProps.getAwsAccountId()build()Builds the configured instance.description(String description) Sets the value ofCfnFlowProps.getDescription()flowDefinition(Object flowDefinition) Sets the value ofCfnFlowProps.getFlowDefinition()Sets the value ofCfnFlowProps.getName()permissions(List<? extends Object> permissions) Sets the value ofCfnFlowProps.getPermissions()permissions(IResolvable permissions) Sets the value ofCfnFlowProps.getPermissions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsAccountId
Sets the value ofCfnFlowProps.getAwsAccountId()- Parameters:
awsAccountId- the value to be set. This parameter is required.- Returns:
this
-
flowDefinition
Sets the value ofCfnFlowProps.getFlowDefinition()- Parameters:
flowDefinition- the value to be set. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnFlowProps.getName()- Parameters:
name- the value to be set. This parameter is required.- Returns:
this
-
description
Sets the value ofCfnFlowProps.getDescription()- Parameters:
description- the value to be set.- Returns:
this
-
permissions
Sets the value ofCfnFlowProps.getPermissions()- Parameters:
permissions- the value to be set.- Returns:
this
-
permissions
Sets the value ofCfnFlowProps.getPermissions()- Parameters:
permissions- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowProps>- Returns:
- a new instance of
CfnFlowProps - Throws:
NullPointerException- if any required attribute was not provided
-