public static interface InforNexusConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<InforNexusConnectorProfileCredentials.Builder,InforNexusConnectorProfileCredentials>
| Modifier and Type | Method and Description |
|---|---|
InforNexusConnectorProfileCredentials.Builder |
accessKeyId(String accessKeyId)
The Access Key portion of the credentials.
|
InforNexusConnectorProfileCredentials.Builder |
datakey(String datakey)
The encryption keys used to encrypt data.
|
InforNexusConnectorProfileCredentials.Builder |
secretAccessKey(String secretAccessKey)
The secret key used to sign requests.
|
InforNexusConnectorProfileCredentials.Builder |
userId(String userId)
The identifier for the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInforNexusConnectorProfileCredentials.Builder accessKeyId(String accessKeyId)
The Access Key portion of the credentials.
accessKeyId - The Access Key portion of the credentials.InforNexusConnectorProfileCredentials.Builder userId(String userId)
The identifier for the user.
userId - The identifier for the user.InforNexusConnectorProfileCredentials.Builder secretAccessKey(String secretAccessKey)
The secret key used to sign requests.
secretAccessKey - The secret key used to sign requests.InforNexusConnectorProfileCredentials.Builder datakey(String datakey)
The encryption keys used to encrypt data.
datakey - The encryption keys used to encrypt data.Copyright © 2023. All rights reserved.