Interface ListPublicKeysRequest.Builder

    • 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.