@Stability(value=Stable)
public static interface CfnCodeRepository.GitConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
GitConfigProperty gitConfigProperty = GitConfigProperty.builder()
.repositoryUrl("repositoryUrl")
// the properties below are optional
.branch("branch")
.secretArn("secretArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCodeRepository.GitConfigProperty.Builder
A builder for
CfnCodeRepository.GitConfigProperty |
static class |
CfnCodeRepository.GitConfigProperty.Jsii$Proxy
An implementation for
CfnCodeRepository.GitConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCodeRepository.GitConfigProperty.Builder |
builder() |
default String |
getBranch()
`CfnCodeRepository.GitConfigProperty.Branch`.
|
String |
getRepositoryUrl()
`CfnCodeRepository.GitConfigProperty.RepositoryUrl`.
|
default String |
getSecretArn()
`CfnCodeRepository.GitConfigProperty.SecretArn`.
|
@Stability(value=Stable) @Nullable default String getBranch()
@Stability(value=Stable) @NotNull String getRepositoryUrl()
@Stability(value=Stable) @Nullable default String getSecretArn()
@Stability(value=Stable) static CfnCodeRepository.GitConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.