Interface DomainSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DomainSettings.Builder,,DomainSettings> SdkBuilder<DomainSettings.Builder,,DomainSettings> SdkPojo
- Enclosing class:
DomainSettings
-
Method Summary
Modifier and TypeMethodDescriptionexecutionRoleIdentityConfig(String executionRoleIdentityConfig) The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.executionRoleIdentityConfig(ExecutionRoleIdentityConfig executionRoleIdentityConfig) The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.default DomainSettings.BuilderrStudioServerProDomainSettings(Consumer<RStudioServerProDomainSettings.Builder> rStudioServerProDomainSettings) A collection of settings that configure theRStudioServerProDomain-level app.rStudioServerProDomainSettings(RStudioServerProDomainSettings rStudioServerProDomainSettings) A collection of settings that configure theRStudioServerProDomain-level app.securityGroupIds(String... securityGroupIds) The security groups for the Amazon Virtual Private Cloud that theDomainuses for communication between Domain-level apps and user apps.securityGroupIds(Collection<String> securityGroupIds) The security groups for the Amazon Virtual Private Cloud that theDomainuses for communication between Domain-level apps and user apps.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
securityGroupIds
The security groups for the Amazon Virtual Private Cloud that the
Domainuses for communication between Domain-level apps and user apps.- Parameters:
securityGroupIds- The security groups for the Amazon Virtual Private Cloud that theDomainuses for communication between Domain-level apps and user apps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The security groups for the Amazon Virtual Private Cloud that the
Domainuses for communication between Domain-level apps and user apps.- Parameters:
securityGroupIds- The security groups for the Amazon Virtual Private Cloud that theDomainuses for communication between Domain-level apps and user apps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rStudioServerProDomainSettings
DomainSettings.Builder rStudioServerProDomainSettings(RStudioServerProDomainSettings rStudioServerProDomainSettings) A collection of settings that configure the
RStudioServerProDomain-level app.- Parameters:
rStudioServerProDomainSettings- A collection of settings that configure theRStudioServerProDomain-level app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rStudioServerProDomainSettings
default DomainSettings.Builder rStudioServerProDomainSettings(Consumer<RStudioServerProDomainSettings.Builder> rStudioServerProDomainSettings) A collection of settings that configure the
This is a convenience method that creates an instance of theRStudioServerProDomain-level app.RStudioServerProDomainSettings.Builderavoiding the need to create one manually viaRStudioServerProDomainSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torStudioServerProDomainSettings(RStudioServerProDomainSettings).- Parameters:
rStudioServerProDomainSettings- a consumer that will call methods onRStudioServerProDomainSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionRoleIdentityConfig
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- Parameters:
executionRoleIdentityConfig- The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionRoleIdentityConfig
DomainSettings.Builder executionRoleIdentityConfig(ExecutionRoleIdentityConfig executionRoleIdentityConfig) The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- Parameters:
executionRoleIdentityConfig- The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-