Class KxUser
- java.lang.Object
-
- software.amazon.awssdk.services.finspace.model.KxUser
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KxUser.Builder,KxUser>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKxUser.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KxUser.Builderbuilder()InstantcreateTimestamp()The timestamp at which the kdb user was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringiamRole()The IAM role ARN that is associated with the user.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends KxUser.Builder>serializableBuilderClass()KxUser.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTimestamp()The timestamp at which the kdb user was updated.StringuserArn()The Amazon Resource Name (ARN) that identifies the user.StringuserName()A unique identifier for the user.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
userArn
public 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.
- Returns:
- 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.
-
userName
public final String userName()
A unique identifier for the user.
- Returns:
- A unique identifier for the user.
-
iamRole
public final String iamRole()
The IAM role ARN that is associated with the user.
- Returns:
- The IAM role ARN that is associated with the user.
-
createTimestamp
public final Instant createTimestamp()
The timestamp at which the kdb user was created.
- Returns:
- The timestamp at which the kdb user was created.
-
updateTimestamp
public final Instant updateTimestamp()
The timestamp at which the kdb user was updated.
- Returns:
- The timestamp at which the kdb user was updated.
-
toBuilder
public KxUser.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KxUser.Builder,KxUser>
-
builder
public static KxUser.Builder builder()
-
serializableBuilderClass
public static Class<? extends KxUser.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-