public static interface AccessKeyLastUsed.Builder extends SdkPojo, CopyableBuilder<AccessKeyLastUsed.Builder,AccessKeyLastUsed>
| Modifier and Type | Method and Description |
|---|---|
AccessKeyLastUsed.Builder |
lastUsedDate(Instant lastUsedDate)
The date and time when the access key was most recently used.
|
AccessKeyLastUsed.Builder |
region(String region)
The Amazon Web Services Region where this access key was most recently used.
|
AccessKeyLastUsed.Builder |
serviceName(String serviceName)
The name of the Amazon Web Services service with which this access key was most recently used.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessKeyLastUsed.Builder lastUsedDate(Instant lastUsedDate)
The date and time when the access key was most recently used.
This value is null if the access key has not been used.
lastUsedDate - The date and time when the access key was most recently used.
This value is null if the access key has not been used.
AccessKeyLastUsed.Builder region(String region)
The Amazon Web Services Region where this access key was most recently used.
This value is N/A if the access key has not been used.
region - The Amazon Web Services Region where this access key was most recently used.
This value is N/A if the access key has not been used.
AccessKeyLastUsed.Builder serviceName(String serviceName)
The name of the Amazon Web Services service with which this access key was most recently used.
This value is N/A if the access key has not been used.
serviceName - The name of the Amazon Web Services service with which this access key was most recently used.
This value is N/A if the access key has not been used.
Copyright © 2022. All rights reserved.