Interface DatasetParameter.Builder

    • Method Detail

      • name

        DatasetParameter.Builder name​(String name)

        The name of the parameter that is used in the dataset's Amazon S3 path.

        Parameters:
        name - The name of the parameter that is used in the dataset's Amazon S3 path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        DatasetParameter.Builder type​(String type)

        The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.

        Parameters:
        type - The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ParameterType, ParameterType
      • type

        DatasetParameter.Builder type​(ParameterType type)

        The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.

        Parameters:
        type - The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ParameterType, ParameterType
      • datetimeOptions

        DatasetParameter.Builder datetimeOptions​(DatetimeOptions datetimeOptions)

        Additional parameter options such as a format and a timezone. Required for datetime parameters.

        Parameters:
        datetimeOptions - Additional parameter options such as a format and a timezone. Required for datetime parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createColumn

        DatasetParameter.Builder createColumn​(Boolean createColumn)

        Optional boolean value that defines whether the captured value of this parameter should be used to create a new column in a dataset.

        Parameters:
        createColumn - Optional boolean value that defines whether the captured value of this parameter should be used to create a new column in a dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filter

        DatasetParameter.Builder filter​(FilterExpression filter)

        The optional filter expression structure to apply additional matching criteria to the parameter.

        Parameters:
        filter - The optional filter expression structure to apply additional matching criteria to the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.