public static interface ListCodeRepositoriesResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListCodeRepositoriesResponse.Builder,ListCodeRepositoriesResponse>
Modifier and Type | Method and Description |
---|---|
ListCodeRepositoriesResponse.Builder |
codeRepositorySummaryList(CodeRepositorySummary... codeRepositorySummaryList)
Gets a list of summaries of the git repositories.
|
ListCodeRepositoriesResponse.Builder |
codeRepositorySummaryList(Collection<CodeRepositorySummary> codeRepositorySummaryList)
Gets a list of summaries of the git repositories.
|
ListCodeRepositoriesResponse.Builder |
codeRepositorySummaryList(Consumer<CodeRepositorySummary.Builder>... codeRepositorySummaryList)
Gets a list of summaries of the git repositories.
|
ListCodeRepositoriesResponse.Builder |
nextToken(String nextToken)
If the result of a
ListCodeRepositoriesOutput request was truncated, the response includes a
NextToken . |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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 AWS Secrets Manager secret that contains the credentials used to access the repository.
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 AWS Secrets Manager secret that contains the credentials used to access the repository.
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 AWS Secrets Manager secret that contains the credentials used to access the repository.
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 AWS Secrets Manager secret that contains the credentials used to access the repository.
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 AWS Secrets Manager secret that contains the credentials used to access the repository.
List.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #codeRepositorySummaryList(List)
.codeRepositorySummaryList
- a consumer that will call methods on List.Builder
#codeRepositorySummaryList(List)
ListCodeRepositoriesResponse.Builder nextToken(String 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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.