Class CfnDomain.CodeRepositoryProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnDomain.CodeRepositoryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain.CodeRepositoryProperty>
- Enclosing interface:
CfnDomain.CodeRepositoryProperty
@Stability(Stable)
public static final class CfnDomain.CodeRepositoryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomain.CodeRepositoryProperty>
A builder for
CfnDomain.CodeRepositoryProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.repositoryUrl(String repositoryUrl) Sets the value ofCfnDomain.CodeRepositoryProperty.getRepositoryUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
repositoryUrl
@Stability(Stable) public CfnDomain.CodeRepositoryProperty.Builder repositoryUrl(String repositoryUrl) Sets the value ofCfnDomain.CodeRepositoryProperty.getRepositoryUrl()- Parameters:
repositoryUrl- The URL of the Git repository. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomain.CodeRepositoryProperty>- Returns:
- a new instance of
CfnDomain.CodeRepositoryProperty - Throws:
NullPointerException- if any required attribute was not provided
-