Interface CreateViewRequest.Builder

  • Method Details

    • name

      The name of the view. Must begin with the "view." prefix. View names must be unique within the account and region.

      Parameters:
      name - The name of the view. Must begin with the "view." prefix. View names must be unique within the account and region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • definition

      CreateViewRequest.Builder definition(String definition)

      The SQL query that defines the view.

      Parameters:
      definition - The SQL query that defines the view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateViewRequest.Builder description(String description)

      A description of the view.

      Parameters:
      description - A description of the view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Resource tags.

      Parameters:
      tags - Resource tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateViewRequest.Builder clientToken(String clientToken)

      Idempotency token for safe retries. Retrying with the same token returns the original view instead of creating a duplicate.

      Parameters:
      clientToken - Idempotency token for safe retries. Retrying with the same token returns the original view instead of creating a duplicate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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