Interface ListCodeRepositoriesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListCodeRepositoriesResponse.Builder,ListCodeRepositoriesResponse>, SageMakerResponse.Builder, SdkBuilder<ListCodeRepositoriesResponse.Builder,ListCodeRepositoriesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListCodeRepositoriesResponse

public static interface ListCodeRepositoriesResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListCodeRepositoriesResponse.Builder,ListCodeRepositoriesResponse>
  • Method Details

    • codeRepositorySummaryList

      ListCodeRepositoriesResponse.Builder codeRepositorySummaryList(Collection<CodeRepositorySummary> codeRepositorySummaryList)

      Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository:

      • Name

      • Amazon Resource Name (ARN)

      • Creation time

      • Last modified time

      • Configuration information, including the URL location of the repository and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

      Parameters:
      codeRepositorySummaryList - Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository:

      • Name

      • Amazon Resource Name (ARN)

      • Creation time

      • Last modified time

      • Configuration information, including the URL location of the repository and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeRepositorySummaryList

      ListCodeRepositoriesResponse.Builder codeRepositorySummaryList(CodeRepositorySummary... codeRepositorySummaryList)

      Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository:

      • Name

      • Amazon Resource Name (ARN)

      • Creation time

      • Last modified time

      • Configuration information, including the URL location of the repository and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

      Parameters:
      codeRepositorySummaryList - Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository:

      • Name

      • Amazon Resource Name (ARN)

      • Creation time

      • Last modified time

      • Configuration information, including the URL location of the repository and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeRepositorySummaryList

      ListCodeRepositoriesResponse.Builder codeRepositorySummaryList(Consumer<CodeRepositorySummary.Builder>... codeRepositorySummaryList)

      Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository:

      • Name

      • Amazon Resource Name (ARN)

      • Creation time

      • Last modified time

      • Configuration information, including the URL location of the repository and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

      This is a convenience method that creates an instance of the CodeRepositorySummary.Builder avoiding the need to create one manually via CodeRepositorySummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to codeRepositorySummaryList(List<CodeRepositorySummary>).

      Parameters:
      codeRepositorySummaryList - a consumer that will call methods on CodeRepositorySummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.