public static interface ListPublicKeysRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListPublicKeysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListPublicKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.