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