Interface ListKeysRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CloudFrontKeyValueStoreRequest.Builder, CopyableBuilder<ListKeysRequest.Builder,ListKeysRequest>, SdkBuilder<ListKeysRequest.Builder,ListKeysRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListKeysRequest

  • Method Details

    • kvsARN

      The Amazon Resource Name (ARN) of the Key Value Store.

      Parameters:
      kvsARN - The Amazon Resource Name (ARN) of the Key Value Store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListKeysRequest.Builder nextToken(String nextToken)

      If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.

      Parameters:
      nextToken - If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListKeysRequest.Builder maxResults(Integer maxResults)

      Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.

      Parameters:
      maxResults - Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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