Class CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty>
- Enclosing interface:
CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.defaultResourceSpec(CfnDomainPropsMixin.ResourceSpecProperty defaultResourceSpec) defaultResourceSpec(IResolvable defaultResourceSpec) domainExecutionRoleArn(String domainExecutionRoleArn) rStudioConnectUrl(String rStudioConnectUrl) rStudioPackageManagerUrl(String rStudioPackageManagerUrl)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultResourceSpec
@Stability(Stable) public CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.Builder defaultResourceSpec(IResolvable defaultResourceSpec) Sets the value ofCfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.getDefaultResourceSpec()- Parameters:
defaultResourceSpec- A collection that defines the defaultInstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain.- Returns:
this
-
defaultResourceSpec
@Stability(Stable) public CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.Builder defaultResourceSpec(CfnDomainPropsMixin.ResourceSpecProperty defaultResourceSpec) Sets the value ofCfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.getDefaultResourceSpec()- Parameters:
defaultResourceSpec- A collection that defines the defaultInstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain.- Returns:
this
-
domainExecutionRoleArn
@Stability(Stable) public CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.Builder domainExecutionRoleArn(String domainExecutionRoleArn) Sets the value ofCfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.getDomainExecutionRoleArn()- Parameters:
domainExecutionRoleArn- The ARN of the execution role for theRStudioServerProDomain-level app.- Returns:
this
-
rStudioConnectUrl
@Stability(Stable) public CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.Builder rStudioConnectUrl(String rStudioConnectUrl) - Parameters:
rStudioConnectUrl- A URL pointing to an RStudio Connect server.- Returns:
this
-
rStudioPackageManagerUrl
@Stability(Stable) public CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.Builder rStudioPackageManagerUrl(String rStudioPackageManagerUrl) Sets the value ofCfnDomainPropsMixin.RStudioServerProDomainSettingsProperty.getRStudioPackageManagerUrl()- Parameters:
rStudioPackageManagerUrl- A URL pointing to an RStudio Package Manager server.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.RStudioServerProDomainSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-