Class CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty>
- Enclosing interface:
- CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
@Stability(Stable)
public static final class CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfile.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 CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder accessKeyId(String accessKeyId) Sets the value ofCfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.getAccessKeyId()- Parameters:
accessKeyId- The Access Key portion of the credentials. This parameter is required.- Returns:
this
-
datakey
@Stability(Stable) public CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder datakey(String datakey) - Parameters:
datakey- The encryption keys used to encrypt data. This parameter is required.- Returns:
this
-
secretAccessKey
@Stability(Stable) public CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder secretAccessKey(String secretAccessKey) Sets the value ofCfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.getSecretAccessKey()- Parameters:
secretAccessKey- The secret key used to sign requests. This parameter is required.- Returns:
this
-
userId
@Stability(Stable) public CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder userId(String userId) - Parameters:
userId- The identifier for the user. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty>- Returns:
- a new instance of
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-