public static interface KxUser.Builder extends SdkPojo, CopyableBuilder<KxUser.Builder,KxUser>
| Modifier and Type | Method and Description |
|---|---|
KxUser.Builder |
createTimestamp(Instant createTimestamp)
The timestamp at which the kdb user was created.
|
KxUser.Builder |
iamRole(String iamRole)
The IAM role ARN that is associated with the user.
|
KxUser.Builder |
updateTimestamp(Instant updateTimestamp)
The timestamp at which the kdb user was updated.
|
KxUser.Builder |
userArn(String userArn)
The Amazon Resource Name (ARN) that identifies the user.
|
KxUser.Builder |
userName(String userName)
A unique identifier for the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKxUser.Builder userArn(String 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.
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.KxUser.Builder userName(String userName)
A unique identifier for the user.
userName - A unique identifier for the user.KxUser.Builder iamRole(String iamRole)
The IAM role ARN that is associated with the user.
iamRole - The IAM role ARN that is associated with the user.KxUser.Builder createTimestamp(Instant createTimestamp)
The timestamp at which the kdb user was created.
createTimestamp - The timestamp at which the kdb user was created.KxUser.Builder updateTimestamp(Instant updateTimestamp)
The timestamp at which the kdb user was updated.
updateTimestamp - The timestamp at which the kdb user was updated.Copyright © 2023. All rights reserved.