ToCopyableBuilder<AccessKeyMetadata.Builder,AccessKeyMetadata>
@Generated("software.amazon.awssdk:codegen") public class AccessKeyMetadata extends Object implements ToCopyableBuilder<AccessKeyMetadata.Builder,AccessKeyMetadata>
Contains information about an AWS access key, without its secret key.
This data type is used as a response element in the ListAccessKeys action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AccessKeyMetadata.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
accessKeyId() |
The ID for this access key.
|
static AccessKeyMetadata.Builder |
builder() |
|
Date |
createDate() |
The date when the access key was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends AccessKeyMetadata.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the access key.
|
AccessKeyMetadata.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userName() |
The name of the IAM user that the key is associated with.
|
public String userName()
The name of the IAM user that the key is associated with.
public String accessKeyId()
The ID for this access key.
public String status()
The status of the access key. Active
means the key is valid for API calls; Inactive
means it is not.
Active
means the key is valid for API calls;
Inactive
means it is not.StatusType
public Date createDate()
The date when the access key was created.
public AccessKeyMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AccessKeyMetadata.Builder,AccessKeyMetadata>
public static AccessKeyMetadata.Builder builder()
public static Class<? extends AccessKeyMetadata.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.