@Generated(value="software.amazon.awssdk:codegen") public final class KxUser extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KxUser.Builder,KxUser>
A structure that stores metadata for a kdb user.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KxUser.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KxUser.Builder |
builder() |
Instant |
createTimestamp()
The timestamp at which the kdb user was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRole()
The IAM role ARN that is associated with the user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KxUser.Builder> |
serializableBuilderClass() |
KxUser.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTimestamp()
The timestamp at which the kdb user was updated.
|
String |
userArn()
The Amazon Resource Name (ARN) that identifies the user.
|
String |
userName()
A unique identifier for the user.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String userName()
A unique identifier for the user.
public final String iamRole()
The IAM role ARN that is associated with the user.
public final Instant createTimestamp()
The timestamp at which the kdb user was created.
public final Instant updateTimestamp()
The timestamp at which the kdb user was updated.
public KxUser.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KxUser.Builder,KxUser>public static KxUser.Builder builder()
public static Class<? extends KxUser.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.