public static interface ListPublicKeysRequest.Builder extends CloudTrailRequest.Builder, CopyableBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPublicKeysRequest.Builder |
endTime(Instant 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListPublicKeysRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListPublicKeysRequest.Builder |
startTime(Instant startTime)
Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files.
|
buildrequestOverrideConfigcopyapply, buildListPublicKeysRequest.Builder startTime(Instant 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(Instant 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.ListPublicKeysRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListPublicKeysRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.