Interface RenameTableRequest.Builder

  • Method Details

    • tableBucketARN

      RenameTableRequest.Builder tableBucketARN(String tableBucketARN)

      The Amazon Resource Name (ARN) of the table bucket.

      Parameters:
      tableBucketARN - The Amazon Resource Name (ARN) of the table bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespace

      RenameTableRequest.Builder namespace(String namespace)

      The namespace associated with the table.

      Parameters:
      namespace - The namespace associated with the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The current name of the table.

      Parameters:
      name - The current name of the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newNamespaceName

      RenameTableRequest.Builder newNamespaceName(String newNamespaceName)

      The new name for the namespace.

      Parameters:
      newNamespaceName - The new name for the namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newName

      The new name for the table.

      Parameters:
      newName - The new name for the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionToken

      RenameTableRequest.Builder versionToken(String versionToken)

      The version token of the table.

      Parameters:
      versionToken - The version token of the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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