Interface InforNexusConnectorProfileCredentials.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InforNexusConnectorProfileCredentials.Builder,InforNexusConnectorProfileCredentials>,SdkBuilder<InforNexusConnectorProfileCredentials.Builder,InforNexusConnectorProfileCredentials>,SdkPojo
- Enclosing class:
- InforNexusConnectorProfileCredentials
public static interface InforNexusConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<InforNexusConnectorProfileCredentials.Builder,InforNexusConnectorProfileCredentials>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InforNexusConnectorProfileCredentials.BuilderaccessKeyId(String accessKeyId)The Access Key portion of the credentials.InforNexusConnectorProfileCredentials.Builderdatakey(String datakey)The encryption keys used to encrypt data.InforNexusConnectorProfileCredentials.BuildersecretAccessKey(String secretAccessKey)The secret key used to sign requests.InforNexusConnectorProfileCredentials.BuilderuserId(String userId)The identifier for the user.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accessKeyId
InforNexusConnectorProfileCredentials.Builder accessKeyId(String accessKeyId)
The Access Key portion of the credentials.
- Parameters:
accessKeyId- The Access Key portion of the credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
InforNexusConnectorProfileCredentials.Builder userId(String userId)
The identifier for the user.
- Parameters:
userId- The identifier for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretAccessKey
InforNexusConnectorProfileCredentials.Builder secretAccessKey(String secretAccessKey)
The secret key used to sign requests.
- Parameters:
secretAccessKey- The secret key used to sign requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datakey
InforNexusConnectorProfileCredentials.Builder datakey(String datakey)
The encryption keys used to encrypt data.
- Parameters:
datakey- The encryption keys used to encrypt data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-