CopyableBuilder<AccessKeyMetadata.Builder,AccessKeyMetadata>
, SdkBuilder<AccessKeyMetadata.Builder,AccessKeyMetadata>
public static interface AccessKeyMetadata.Builder extends CopyableBuilder<AccessKeyMetadata.Builder,AccessKeyMetadata>
Modifier and Type | Method | Description |
---|---|---|
AccessKeyMetadata.Builder |
accessKeyId(String accessKeyId) |
The ID for this access key.
|
AccessKeyMetadata.Builder |
createDate(Date createDate) |
The date when the access key was created.
|
AccessKeyMetadata.Builder |
status(String status) |
The status of the access key.
|
AccessKeyMetadata.Builder |
status(StatusType status) |
The status of the access key.
|
AccessKeyMetadata.Builder |
userName(String userName) |
The name of the IAM user that the key is associated with.
|
copy
apply, build
AccessKeyMetadata.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
AccessKeyMetadata.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
AccessKeyMetadata.Builder createDate(Date 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.