Class CfnModel.HubAccessConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnModel.HubAccessConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModel.HubAccessConfigProperty>
- Enclosing interface:
CfnModel.HubAccessConfigProperty
@Stability(Stable)
public static final class CfnModel.HubAccessConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModel.HubAccessConfigProperty>
A builder for
CfnModel.HubAccessConfigProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.hubContentArn
(String hubContentArn) Sets the value ofCfnModel.HubAccessConfigProperty.getHubContentArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
hubContentArn
@Stability(Stable) public CfnModel.HubAccessConfigProperty.Builder hubContentArn(String hubContentArn) Sets the value ofCfnModel.HubAccessConfigProperty.getHubContentArn()
- Parameters:
hubContentArn
- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnModel.HubAccessConfigProperty>
- Returns:
- a new instance of
CfnModel.HubAccessConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-