Interface ListDataSetsRequest.Builder

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

public static interface ListDataSetsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>
  • Method Details

    • applicationId

      ListDataSetsRequest.Builder applicationId(String applicationId)

      The unique identifier of the application for which you want to list the associated data sets.

      Parameters:
      applicationId - The unique identifier of the application for which you want to list the associated data sets.
      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 objects to return.

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

      ListDataSetsRequest.Builder nameFilter(String nameFilter)

      Filter dataset name matching the specified pattern. Can use * and % as wild cards.

      Parameters:
      nameFilter - Filter dataset name matching the specified pattern. Can use * and % as wild cards.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListDataSetsRequest.Builder nextToken(String nextToken)

      A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

      Parameters:
      nextToken - A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prefix

      The prefix of the data set name, which you can use to filter the list of data sets.

      Parameters:
      prefix - The prefix of the data set name, which you can use to filter the list of data sets.
      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.