Interface ListRepositoriesRequest.Builder

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

public static interface ListRepositoriesRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<ListRepositoriesRequest.Builder,ListRepositoriesRequest>
  • Method Details

    • nextToken

      An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to CodeCommit, another page of 1,000 records is retrieved.

      Parameters:
      nextToken - An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to CodeCommit, another page of 1,000 records is retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortBy

      The criteria used to sort the results of a list repositories operation.

      Parameters:
      sortBy - The criteria used to sort the results of a list repositories operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      The criteria used to sort the results of a list repositories operation.

      Parameters:
      sortBy - The criteria used to sort the results of a list repositories operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      The order in which to sort the results of a list repositories operation.

      Parameters:
      order - The order in which to sort the results of a list repositories operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      The order in which to sort the results of a list repositories operation.

      Parameters:
      order - The order in which to sort the results of a list repositories operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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