public static interface GetAccessKeyLastUsedRequest.Builder extends IAMRequest.Builder, CopyableBuilder<GetAccessKeyLastUsedRequest.Builder,GetAccessKeyLastUsedRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAccessKeyLastUsedRequest.Builder |
accessKeyId(String accessKeyId)
The identifier of an access key.
|
GetAccessKeyLastUsedRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildGetAccessKeyLastUsedRequest.Builder accessKeyId(String accessKeyId)
The identifier of an access key.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
accessKeyId - The identifier of an access key.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
GetAccessKeyLastUsedRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.