CopyableBuilder<GetAccessKeyLastUsedResponse.Builder,GetAccessKeyLastUsedResponse>
, SdkBuilder<GetAccessKeyLastUsedResponse.Builder,GetAccessKeyLastUsedResponse>
public static interface GetAccessKeyLastUsedResponse.Builder extends CopyableBuilder<GetAccessKeyLastUsedResponse.Builder,GetAccessKeyLastUsedResponse>
Modifier and Type | Method | Description |
---|---|---|
GetAccessKeyLastUsedResponse.Builder |
accessKeyLastUsed(AccessKeyLastUsed accessKeyLastUsed) |
Contains information about the last time the access key was used.
|
GetAccessKeyLastUsedResponse.Builder |
userName(String userName) |
The name of the AWS IAM user that owns this access key.
|
copy
apply, build
GetAccessKeyLastUsedResponse.Builder userName(String userName)
The name of the AWS IAM user that owns this access key.
userName
- The name of the AWS IAM user that owns this access key.
GetAccessKeyLastUsedResponse.Builder accessKeyLastUsed(AccessKeyLastUsed accessKeyLastUsed)
Contains information about the last time the access key was used.
accessKeyLastUsed
- Contains information about the last time the access key was used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.