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