Interface PutKeyRequest.Builder

  • Method Details

    • key

      The key to put.

      Parameters:
      key - The key to put.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value to put.

      Parameters:
      value - The value to put.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kvsARN

      PutKeyRequest.Builder kvsARN(String 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.
    • ifMatch

      PutKeyRequest.Builder ifMatch(String ifMatch)

      The current version (ETag) of the Key Value Store that you are putting keys into, which you can get using DescribeKeyValueStore.

      Parameters:
      ifMatch - The current version (ETag) of the Key Value Store that you are putting keys into, which you can get using DescribeKeyValueStore.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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