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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.repositoryUrl(String repositoryUrl) Sets the value ofCfnDomain.CodeRepositoryProperty.getRepositoryUrl()
- 
Constructor Details- 
Builderpublic 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
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnDomain.CodeRepositoryProperty>
- Returns:
- a new instance of CfnDomain.CodeRepositoryProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-