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