Interface ListDatasetsRequest.Builder

  • Method Details

    • sourceType

      ListDatasetsRequest.Builder sourceType(String sourceType)

      The type of data source for the dataset.

      Parameters:
      sourceType - The type of data source for the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sourceType

      The type of data source for the dataset.

      Parameters:
      sourceType - The type of data source for the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • workspaceName

      ListDatasetsRequest.Builder workspaceName(String workspaceName)

      The name of the workspace to filter datasets by.

      Parameters:
      workspaceName - The name of the workspace to filter datasets by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetType

      ListDatasetsRequest.Builder datasetType(String datasetType)

      The type of dataset to filter by: a session dataset, a curated dataset, or a connection to an external datasource.

      Parameters:
      datasetType - The type of dataset to filter by: a session dataset, a curated dataset, or a connection to an external datasource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • datasetType

      ListDatasetsRequest.Builder datasetType(DatasetTypeEnum datasetType)

      The type of dataset to filter by: a session dataset, a curated dataset, or a connection to an external datasource.

      Parameters:
      datasetType - The type of dataset to filter by: a session dataset, a curated dataset, or a connection to an external datasource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListDatasetsRequest.Builder nextToken(String nextToken)

      The token for the next set of results, or null if there are no additional results.

      Parameters:
      nextToken - The token for the next set of results, or null if there are no additional results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListDatasetsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return for each paginated request.

      Parameters:
      maxResults - The maximum number of results to return for each paginated request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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