Interface ListCodeRepositoriesRequest.Builder

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

public static interface ListCodeRepositoriesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListCodeRepositoriesRequest.Builder,ListCodeRepositoriesRequest>
  • Method Details

    • creationTimeAfter

      ListCodeRepositoriesRequest.Builder creationTimeAfter(Instant creationTimeAfter)

      A filter that returns only Git repositories that were created after the specified time.

      Parameters:
      creationTimeAfter - A filter that returns only Git repositories that were created after the specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimeBefore

      ListCodeRepositoriesRequest.Builder creationTimeBefore(Instant creationTimeBefore)

      A filter that returns only Git repositories that were created before the specified time.

      Parameters:
      creationTimeBefore - A filter that returns only Git repositories that were created before the specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTimeAfter

      ListCodeRepositoriesRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)

      A filter that returns only Git repositories that were last modified after the specified time.

      Parameters:
      lastModifiedTimeAfter - A filter that returns only Git repositories that were last modified after the specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTimeBefore

      ListCodeRepositoriesRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)

      A filter that returns only Git repositories that were last modified before the specified time.

      Parameters:
      lastModifiedTimeBefore - A filter that returns only Git repositories that were last modified before the specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of Git repositories to return in the response.

      Parameters:
      maxResults - The maximum number of Git repositories to return in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nameContains

      ListCodeRepositoriesRequest.Builder nameContains(String nameContains)

      A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.

      Parameters:
      nameContains - A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.

      Parameters:
      nextToken - If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortBy

      The field to sort results by. The default is Name.

      Parameters:
      sortBy - The field to sort results by. The default is Name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      The field to sort results by. The default is Name.

      Parameters:
      sortBy - The field to sort results by. The default is Name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      The sort order for results. The default is Ascending.

      Parameters:
      sortOrder - The sort order for results. The default is Ascending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      The sort order for results. The default is Ascending.

      Parameters:
      sortOrder - The sort order for results. The default is Ascending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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