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