Interface ListDatasetsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListDatasetsRequest.Builder,ListDatasetsRequest>, PersonalizeRequest.Builder, SdkBuilder<ListDatasetsRequest.Builder,ListDatasetsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListDatasetsRequest

public static interface ListDatasetsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetsRequest.Builder,ListDatasetsRequest>
  • Method Details

    • datasetGroupArn

      ListDatasetsRequest.Builder datasetGroupArn(String datasetGroupArn)

      The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.

      Parameters:
      datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListDatasetsRequest.Builder nextToken(String nextToken)

      A token returned from the previous call to ListDatasetImportJobs for getting the next set of dataset import jobs (if they exist).

      Parameters:
      nextToken - A token returned from the previous call to ListDatasetImportJobs for getting the next set of dataset import jobs (if they exist).
      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 datasets to return.

      Parameters:
      maxResults - The maximum number of datasets to return.
      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.