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.
|
build
requestOverrideConfig
copy
apply, build
ListPublicKeysRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListPublicKeysRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.