public static interface DescribeCodeRepositoryResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeCodeRepositoryResponse.Builder,DescribeCodeRepositoryResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCodeRepositoryResponse.Builder |
codeRepositoryArn(String codeRepositoryArn)
The Amazon Resource Name (ARN) of the git repository.
|
DescribeCodeRepositoryResponse.Builder |
codeRepositoryName(String codeRepositoryName)
The name of the git repository.
|
DescribeCodeRepositoryResponse.Builder |
creationTime(Instant creationTime)
The date and time that the repository was created.
|
default DescribeCodeRepositoryResponse.Builder |
gitConfig(Consumer<GitConfig.Builder> gitConfig)
Configuration details about the repository, including the URL where the repository is located, the default
branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials
used to access the repository.
|
DescribeCodeRepositoryResponse.Builder |
gitConfig(GitConfig gitConfig)
Configuration details about the repository, including the URL where the repository is located, the default
branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials
used to access the repository.
|
DescribeCodeRepositoryResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the repository was last changed.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeCodeRepositoryResponse.Builder codeRepositoryName(String codeRepositoryName)
The name of the git repository.
codeRepositoryName
- The name of the git repository.DescribeCodeRepositoryResponse.Builder codeRepositoryArn(String codeRepositoryArn)
The Amazon Resource Name (ARN) of the git repository.
codeRepositoryArn
- The Amazon Resource Name (ARN) of the git repository.DescribeCodeRepositoryResponse.Builder creationTime(Instant creationTime)
The date and time that the repository was created.
creationTime
- The date and time that the repository was created.DescribeCodeRepositoryResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the repository was last changed.
lastModifiedTime
- The date and time that the repository was last changed.DescribeCodeRepositoryResponse.Builder gitConfig(GitConfig gitConfig)
Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the repository.
gitConfig
- Configuration details about the repository, including the URL where the repository is located, the
default branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the
credentials used to access the repository.default DescribeCodeRepositoryResponse.Builder gitConfig(Consumer<GitConfig.Builder> gitConfig)
Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the repository.
This is a convenience that creates an instance of theGitConfig.Builder
avoiding the need to create
one manually via GitConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to gitConfig(GitConfig)
.gitConfig
- a consumer that will call methods on GitConfig.Builder
gitConfig(GitConfig)
Copyright © 2018. All rights reserved.