public static interface AccessKeyMetadata.Builder extends CopyableBuilder<AccessKeyMetadata.Builder,AccessKeyMetadata>
| Modifier and Type | Method and Description |
|---|---|
AccessKeyMetadata.Builder |
accessKeyId(String accessKeyId)
The ID for this access key.
|
AccessKeyMetadata.Builder |
createDate(Instant createDate)
The date when the access key was created.
|
AccessKeyMetadata.Builder |
status(StatusType status)
The status of the access key.
|
AccessKeyMetadata.Builder |
status(String status)
The status of the access key.
|
AccessKeyMetadata.Builder |
userName(String userName)
The name of the IAM user that the key is associated with.
|
copyapply, buildAccessKeyMetadata.Builder userName(String userName)
The name of the IAM user that the key is associated with.
userName - The name of the IAM user that the key is associated with.AccessKeyMetadata.Builder accessKeyId(String accessKeyId)
The ID for this access key.
accessKeyId - The ID for this access key.AccessKeyMetadata.Builder status(String status)
The status of the access key. Active means the key is valid for API calls; Inactive
means it is not.
status - The status of the access key. Active means the key is valid for API calls;
Inactive means it is not.StatusType,
StatusTypeAccessKeyMetadata.Builder status(StatusType status)
The status of the access key. Active means the key is valid for API calls; Inactive
means it is not.
status - The status of the access key. Active means the key is valid for API calls;
Inactive means it is not.StatusType,
StatusTypeAccessKeyMetadata.Builder createDate(Instant createDate)
The date when the access key was created.
createDate - The date when the access key was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.