Interface InforNexusConnectorProfileCredentials.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InforNexusConnectorProfileCredentials.Builder,
,InforNexusConnectorProfileCredentials> SdkBuilder<InforNexusConnectorProfileCredentials.Builder,
,InforNexusConnectorProfileCredentials> SdkPojo
- Enclosing class:
InforNexusConnectorProfileCredentials
@Mutable
@NotThreadSafe
public static interface InforNexusConnectorProfileCredentials.Builder
extends SdkPojo, CopyableBuilder<InforNexusConnectorProfileCredentials.Builder,InforNexusConnectorProfileCredentials>
-
Method Summary
Modifier and TypeMethodDescriptionaccessKeyId
(String accessKeyId) The Access Key portion of the credentials.The encryption keys used to encrypt data.secretAccessKey
(String secretAccessKey) The secret key used to sign requests.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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.
-