Interface ListPublicKeysRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudTrailRequest.Builder,CopyableBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>,SdkBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListPublicKeysRequest
public static interface ListPublicKeysRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPublicKeysRequest.BuilderendTime(Instant endTime)Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files.ListPublicKeysRequest.BuildernextToken(String nextToken)Reserved for future use.ListPublicKeysRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPublicKeysRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPublicKeysRequest.BuilderstartTime(Instant startTime)Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
startTime
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListPublicKeysRequest.Builder nextToken(String nextToken)
Reserved for future use.
- Parameters:
nextToken- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPublicKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPublicKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-