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 Details

    • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.