Interface ListDatasetContentsRequest.Builder

  • Method Details

    • datasetName

      ListDatasetContentsRequest.Builder datasetName(String datasetName)

      The name of the dataset whose contents information you want to list.

      Parameters:
      datasetName - The name of the dataset whose contents information you want to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token for the next set of results.

      Parameters:
      nextToken - The token for the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to return in this request.

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

      ListDatasetContentsRequest.Builder scheduledOnOrAfter(Instant scheduledOnOrAfter)

      A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

      Parameters:
      scheduledOnOrAfter - A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scheduledBefore

      ListDatasetContentsRequest.Builder scheduledBefore(Instant scheduledBefore)

      A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

      Parameters:
      scheduledBefore - A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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