Class CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty>
- Enclosing interface:
CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty
@Stability(Stable)
public static final class CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apiKey
@Stability(Stable) public CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty.Builder apiKey(String apiKey) Sets the value ofCfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty.getApiKey()- Parameters:
apiKey- A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.- Returns:
this
-
build
@Stability(Stable) public CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty>- Returns:
- a new instance of
CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-