public static interface GetAccessKeyLastUsedResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetAccessKeyLastUsedResponse.Builder,GetAccessKeyLastUsedResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAccessKeyLastUsedResponse.Builder |
accessKeyLastUsed(AccessKeyLastUsed accessKeyLastUsed)
Contains information about the last time the access key was used.
|
default GetAccessKeyLastUsedResponse.Builder |
accessKeyLastUsed(Consumer<AccessKeyLastUsed.Builder> accessKeyLastUsed)
Contains information about the last time the access key was used.
|
GetAccessKeyLastUsedResponse.Builder |
userName(String userName)
The name of the IAM user that owns this access key.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAccessKeyLastUsedResponse.Builder userName(String userName)
The name of the IAM user that owns this access key.
userName - The name of the 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.default GetAccessKeyLastUsedResponse.Builder accessKeyLastUsed(Consumer<AccessKeyLastUsed.Builder> accessKeyLastUsed)
Contains information about the last time the access key was used.
This is a convenience method that creates an instance of theAccessKeyLastUsed.Builder avoiding the
need to create one manually via AccessKeyLastUsed.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accessKeyLastUsed(AccessKeyLastUsed).
accessKeyLastUsed - a consumer that will call methods on AccessKeyLastUsed.BuilderaccessKeyLastUsed(AccessKeyLastUsed)Copyright © 2023. All rights reserved.