Interface DescribeDatasetResponse.Builder

  • Method Details

    • createdBy

      The identifier (user name) of the user who created the dataset.

      Parameters:
      createdBy - The identifier (user name) of the user who created the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createDate

      DescribeDatasetResponse.Builder createDate(Instant createDate)

      The date and time that the dataset was created.

      Parameters:
      createDate - The date and time that the dataset was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the dataset.

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

      The file format of a dataset that is created from an Amazon S3 file or folder.

      Parameters:
      format - The file format of a dataset that is created from an Amazon S3 file or folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      The file format of a dataset that is created from an Amazon S3 file or folder.

      Parameters:
      format - The file format of a dataset that is created from an Amazon S3 file or folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • formatOptions

      DescribeDatasetResponse.Builder formatOptions(FormatOptions formatOptions)
      Sets the value of the FormatOptions property for this object.
      Parameters:
      formatOptions - The new value for the FormatOptions property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • formatOptions

      default DescribeDatasetResponse.Builder formatOptions(Consumer<FormatOptions.Builder> formatOptions)
      Sets the value of the FormatOptions property for this object. This is a convenience method that creates an instance of the FormatOptions.Builder avoiding the need to create one manually via FormatOptions.builder().

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

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

      Sets the value of the Input property for this object.
      Parameters:
      input - The new value for the Input property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • input

      Sets the value of the Input property for this object. This is a convenience method that creates an instance of the Input.Builder avoiding the need to create one manually via Input.builder().

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

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

      DescribeDatasetResponse.Builder lastModifiedDate(Instant lastModifiedDate)

      The date and time that the dataset was last modified.

      Parameters:
      lastModifiedDate - The date and time that the dataset was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedBy

      DescribeDatasetResponse.Builder lastModifiedBy(String lastModifiedBy)

      The identifier (user name) of the user who last modified the dataset.

      Parameters:
      lastModifiedBy - The identifier (user name) of the user who last modified the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.

      Parameters:
      source - The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • source

      The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.

      Parameters:
      source - The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • pathOptions

      DescribeDatasetResponse.Builder pathOptions(PathOptions pathOptions)

      A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

      Parameters:
      pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pathOptions

      default DescribeDatasetResponse.Builder pathOptions(Consumer<PathOptions.Builder> pathOptions)

      A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

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

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

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

      Metadata tags associated with this dataset.

      Parameters:
      tags - Metadata tags associated with this dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceArn

      DescribeDatasetResponse.Builder resourceArn(String resourceArn)

      The Amazon Resource Name (ARN) of the dataset.

      Parameters:
      resourceArn - The Amazon Resource Name (ARN) of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.