Class CfnActionConnector.BasicAuthConnectionMetadataProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnActionConnector.BasicAuthConnectionMetadataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnActionConnector.BasicAuthConnectionMetadataProperty>
- Enclosing interface:
CfnActionConnector.BasicAuthConnectionMetadataProperty
@Stability(Stable)
public static final class CfnActionConnector.BasicAuthConnectionMetadataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnActionConnector.BasicAuthConnectionMetadataProperty>
A builder for
CfnActionConnector.BasicAuthConnectionMetadataProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseEndpoint(String baseEndpoint) Sets the value ofCfnActionConnector.BasicAuthConnectionMetadataProperty.getBaseEndpoint()build()Builds the configured instance.Sets the value ofCfnActionConnector.BasicAuthConnectionMetadataProperty.getPassword()Sets the value ofCfnActionConnector.BasicAuthConnectionMetadataProperty.getUsername()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
baseEndpoint
@Stability(Stable) public CfnActionConnector.BasicAuthConnectionMetadataProperty.Builder baseEndpoint(String baseEndpoint) Sets the value ofCfnActionConnector.BasicAuthConnectionMetadataProperty.getBaseEndpoint()- Parameters:
baseEndpoint- the value to be set. This parameter is required.- Returns:
this
-
password
@Stability(Stable) public CfnActionConnector.BasicAuthConnectionMetadataProperty.Builder password(String password) Sets the value ofCfnActionConnector.BasicAuthConnectionMetadataProperty.getPassword()- Parameters:
password- the value to be set. This parameter is required.- Returns:
this
-
username
@Stability(Stable) public CfnActionConnector.BasicAuthConnectionMetadataProperty.Builder username(String username) Sets the value ofCfnActionConnector.BasicAuthConnectionMetadataProperty.getUsername()- Parameters:
username- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnActionConnector.BasicAuthConnectionMetadataProperty>- Returns:
- a new instance of
CfnActionConnector.BasicAuthConnectionMetadataProperty - Throws:
NullPointerException- if any required attribute was not provided
-