@Stability(value=Stable) public static final class CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder |
accessKeyId(String accessKeyId)
|
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder |
datakey(String datakey)
|
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder |
secretAccessKey(String secretAccessKey)
|
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder |
userId(String userId)
|
@Stability(value=Stable) public CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder accessKeyId(String accessKeyId)
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.getAccessKeyId()accessKeyId - The Access Key portion of the credentials. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder datakey(String datakey)
datakey - The encryption keys used to encrypt data. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder secretAccessKey(String secretAccessKey)
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.getSecretAccessKey()secretAccessKey - The secret key used to sign requests. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder userId(String userId)
userId - The identifier for the user. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty>CfnConnectorProfile.InforNexusConnectorProfileCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.