Interface ListKeysResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListKeysResponse.Builder,ListKeysResponse>, LocationResponse.Builder, SdkBuilder<ListKeysResponse.Builder,ListKeysResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListKeysResponse

public static interface ListKeysResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListKeysResponse.Builder,ListKeysResponse>
  • Method Details

    • entries

      Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.

      Parameters:
      entries - Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entries

      Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.

      Parameters:
      entries - Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entries

      Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.

      This is a convenience method that creates an instance of the ListKeysResponseEntry.Builder avoiding the need to create one manually via ListKeysResponseEntry.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to entries(List<ListKeysResponseEntry>).

      Parameters:
      entries - a consumer that will call methods on ListKeysResponseEntry.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListKeysResponse.Builder nextToken(String nextToken)

      A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

      Parameters:
      nextToken - A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.