Interface UpdateDatasetRequest.Builder

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

public static interface UpdateDatasetRequest.Builder extends FinspaceDataRequest.Builder, SdkPojo, CopyableBuilder<UpdateDatasetRequest.Builder,UpdateDatasetRequest>
  • Method Details

    • clientToken

      UpdateDatasetRequest.Builder clientToken(String clientToken)

      A token that ensures idempotency. This token expires in 10 minutes.

      Parameters:
      clientToken - A token that ensures idempotency. This token expires in 10 minutes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetId

      UpdateDatasetRequest.Builder datasetId(String datasetId)

      The unique identifier for the Dataset to update.

      Parameters:
      datasetId - The unique identifier for the Dataset to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetTitle

      UpdateDatasetRequest.Builder datasetTitle(String datasetTitle)

      A display title for the Dataset.

      Parameters:
      datasetTitle - A display title for the Dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kind

      The format in which the Dataset data is structured.

      • TABULAR – Data is structured in a tabular format.

      • NON_TABULAR – Data is structured in a non-tabular format.

      Parameters:
      kind - The format in which the Dataset data is structured.

      • TABULAR – Data is structured in a tabular format.

      • NON_TABULAR – Data is structured in a non-tabular format.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kind

      The format in which the Dataset data is structured.

      • TABULAR – Data is structured in a tabular format.

      • NON_TABULAR – Data is structured in a non-tabular format.

      Parameters:
      kind - The format in which the Dataset data is structured.

      • TABULAR – Data is structured in a tabular format.

      • NON_TABULAR – Data is structured in a non-tabular format.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • datasetDescription

      UpdateDatasetRequest.Builder datasetDescription(String datasetDescription)

      A description for the Dataset.

      Parameters:
      datasetDescription - A description for the Dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alias

      The unique resource identifier for a Dataset.

      Parameters:
      alias - The unique resource identifier for a Dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schemaDefinition

      UpdateDatasetRequest.Builder schemaDefinition(SchemaUnion schemaDefinition)

      Definition for a schema on a tabular Dataset.

      Parameters:
      schemaDefinition - Definition for a schema on a tabular Dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schemaDefinition

      default UpdateDatasetRequest.Builder schemaDefinition(Consumer<SchemaUnion.Builder> schemaDefinition)

      Definition for a schema on a tabular Dataset.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to schemaDefinition(SchemaUnion).

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

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