Class CfnActionConnectorPropsMixin.AuthConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnActionConnectorPropsMixin.AuthConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnActionConnectorPropsMixin.AuthConfigProperty>
- Enclosing interface:
CfnActionConnectorPropsMixin.AuthConfigProperty
@Stability(Stable)
public static final class CfnActionConnectorPropsMixin.AuthConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnActionConnectorPropsMixin.AuthConfigProperty>
A builder for
CfnActionConnectorPropsMixin.AuthConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationMetadata(CfnActionConnectorPropsMixin.AuthenticationMetadataProperty authenticationMetadata) authenticationMetadata(IResolvable authenticationMetadata) authenticationType(String authenticationType) Sets the value ofCfnActionConnectorPropsMixin.AuthConfigProperty.getAuthenticationType()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authenticationMetadata
@Stability(Stable) public CfnActionConnectorPropsMixin.AuthConfigProperty.Builder authenticationMetadata(IResolvable authenticationMetadata) - Parameters:
authenticationMetadata- the value to be set.- Returns:
this
-
authenticationMetadata
@Stability(Stable) public CfnActionConnectorPropsMixin.AuthConfigProperty.Builder authenticationMetadata(CfnActionConnectorPropsMixin.AuthenticationMetadataProperty authenticationMetadata) - Parameters:
authenticationMetadata- the value to be set.- Returns:
this
-
authenticationType
@Stability(Stable) public CfnActionConnectorPropsMixin.AuthConfigProperty.Builder authenticationType(String authenticationType) Sets the value ofCfnActionConnectorPropsMixin.AuthConfigProperty.getAuthenticationType()- Parameters:
authenticationType- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnActionConnectorPropsMixin.AuthConfigProperty>- Returns:
- a new instance of
CfnActionConnectorPropsMixin.AuthConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-