CopyableBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>
, SdkBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>
public static interface ListPublicKeysRequest.Builder extends CopyableBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>
Modifier and Type | Method | Description |
---|---|---|
ListPublicKeysRequest.Builder |
endTime(Date endTime) |
Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files.
|
ListPublicKeysRequest.Builder |
nextToken(String nextToken) |
Reserved for future use.
|
ListPublicKeysRequest.Builder |
startTime(Date startTime) |
Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files.
|
copy
apply, build
ListPublicKeysRequest.Builder startTime(Date startTime)
Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.
startTime
- Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest
files. If not specified, the current time is used, and the current public key is returned.ListPublicKeysRequest.Builder endTime(Date endTime)
Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.
endTime
- Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest
files. If not specified, the current time is used.ListPublicKeysRequest.Builder nextToken(String nextToken)
Reserved for future use.
nextToken
- Reserved for future use.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.