Class CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty>
- Enclosing interface:
CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty
@Stability(Stable)
public static final class CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessKeyId(String accessKeyId) build()Builds the configured instance.secretAccessKey(String secretAccessKey)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accessKeyId
@Stability(Stable) public CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.Builder accessKeyId(String accessKeyId) Sets the value ofCfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.getAccessKeyId()- Parameters:
accessKeyId- The Access Key portion of the credentials.- Returns:
this
-
datakey
@Stability(Stable) public CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.Builder datakey(String datakey) Sets the value ofCfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.getDatakey()- Parameters:
datakey- The encryption keys used to encrypt data.- Returns:
this
-
secretAccessKey
@Stability(Stable) public CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.Builder secretAccessKey(String secretAccessKey) Sets the value ofCfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.getSecretAccessKey()- Parameters:
secretAccessKey- The secret key used to sign requests.- Returns:
this
-
userId
@Stability(Stable) public CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.Builder userId(String userId) Sets the value ofCfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.getUserId()- Parameters:
userId- The identifier for the user.- Returns:
this
-
build
@Stability(Stable) public CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty>- Returns:
- a new instance of
CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-