Class CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty>
- Enclosing interface:
CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty
@Stability(Stable)
public static final class CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiSecretKey(String apiSecretKey) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apiSecretKey
@Stability(Stable) public CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty.Builder apiSecretKey(String apiSecretKey) Sets the value ofCfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty.getApiSecretKey()- Parameters:
apiSecretKey- The Secret Access Key portion of the credentials.- Returns:
this
-
build
@Stability(Stable) public CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty>- Returns:
- a new instance of
CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-