Interface KxUser.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KxUser.Builder,
,KxUser> SdkBuilder<KxUser.Builder,
,KxUser> SdkPojo
- Enclosing class:
KxUser
-
Method Summary
Modifier and TypeMethodDescriptioncreateTimestamp
(Instant createTimestamp) The timestamp at which the kdb user was created.The IAM role ARN that is associated with the user.updateTimestamp
(Instant updateTimestamp) The timestamp at which the kdb user was updated.The Amazon Resource Name (ARN) that identifies the user.A unique 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 Details
-
userArn
The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.
- Parameters:
userArn
- The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
A unique identifier for the user.
- Parameters:
userName
- A unique identifier for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRole
The IAM role ARN that is associated with the user.
- Parameters:
iamRole
- The IAM role ARN that is associated with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTimestamp
The timestamp at which the kdb user was created.
- Parameters:
createTimestamp
- The timestamp at which the kdb user was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTimestamp
The timestamp at which the kdb user was updated.
- Parameters:
updateTimestamp
- The timestamp at which the kdb user was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-