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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
codeRepositorySummaryList(CodeRepositorySummary... codeRepositorySummaryList)
Gets a list of summaries of the Git repositories.ListCodeRepositoriesResponse.Builder
nextToken(String nextToken)
If the result of aListCodeRepositoriesOutput
request was truncated, the response includes aNextToken
.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
CodeRepositorySummary.Builder
avoiding the need to create one manually viaCodeRepositorySummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#codeRepositorySummaryList(List
.) - Parameters:
codeRepositorySummaryList
- a consumer that will call methods onCodeRepositorySummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#codeRepositorySummaryList(java.util.Collection
)
-
-
nextToken
ListCodeRepositoriesResponse.Builder nextToken(String nextToken)
If the result of a
ListCodeRepositoriesOutput
request was truncated, the response includes aNextToken
. To get the next set of Git repositories, use the token in the next request.- Parameters:
nextToken
- If the result of aListCodeRepositoriesOutput
request was truncated, the response includes aNextToken
. 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.
-
-