Interface DescribeDatasetResponse.Builder

    • Method Detail

      • createdBy

        DescribeDatasetResponse.Builder createdBy​(String 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

        DescribeDatasetResponse.Builder name​(String 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

        DescribeDatasetResponse.Builder format​(String 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:
        InputFormat, InputFormat
      • format

        DescribeDatasetResponse.Builder format​(InputFormat 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:
        InputFormat, InputFormat
      • 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.
      • input

        DescribeDatasetResponse.Builder input​(Input 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.
      • 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

        DescribeDatasetResponse.Builder source​(String 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, Source
      • source

        DescribeDatasetResponse.Builder source​(Source 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, Source
      • 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.
      • tags

        DescribeDatasetResponse.Builder tags​(Map<String,​String> 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.