public static interface DomainSettings.Builder extends SdkPojo, CopyableBuilder<DomainSettings.Builder,DomainSettings>
| Modifier and Type | Method and Description |
|---|---|
DomainSettings.Builder |
executionRoleIdentityConfig(ExecutionRoleIdentityConfig executionRoleIdentityConfig)
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
|
DomainSettings.Builder |
executionRoleIdentityConfig(String executionRoleIdentityConfig)
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
|
default DomainSettings.Builder |
rStudioServerProDomainSettings(Consumer<RStudioServerProDomainSettings.Builder> rStudioServerProDomainSettings)
A collection of settings that configure the
RStudioServerPro Domain-level app. |
DomainSettings.Builder |
rStudioServerProDomainSettings(RStudioServerProDomainSettings rStudioServerProDomainSettings)
A collection of settings that configure the
RStudioServerPro Domain-level app. |
DomainSettings.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The security groups for the Amazon Virtual Private Cloud that the
Domain uses for communication
between Domain-level apps and user apps. |
DomainSettings.Builder |
securityGroupIds(String... securityGroupIds)
The security groups for the Amazon Virtual Private Cloud that the
Domain uses for communication
between Domain-level apps and user apps. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainSettings.Builder securityGroupIds(Collection<String> securityGroupIds)
The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication
between Domain-level apps and user apps.
securityGroupIds - The security groups for the Amazon Virtual Private Cloud that the Domain uses for
communication between Domain-level apps and user apps.DomainSettings.Builder securityGroupIds(String... securityGroupIds)
The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication
between Domain-level apps and user apps.
securityGroupIds - The security groups for the Amazon Virtual Private Cloud that the Domain uses for
communication between Domain-level apps and user apps.DomainSettings.Builder rStudioServerProDomainSettings(RStudioServerProDomainSettings rStudioServerProDomainSettings)
A collection of settings that configure the RStudioServerPro Domain-level app.
rStudioServerProDomainSettings - A collection of settings that configure the RStudioServerPro Domain-level app.default DomainSettings.Builder rStudioServerProDomainSettings(Consumer<RStudioServerProDomainSettings.Builder> rStudioServerProDomainSettings)
A collection of settings that configure the RStudioServerPro Domain-level app.
RStudioServerProDomainSettings.Builder
avoiding the need to create one manually via RStudioServerProDomainSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
rStudioServerProDomainSettings(RStudioServerProDomainSettings).
rStudioServerProDomainSettings - a consumer that will call methods on RStudioServerProDomainSettings.BuilderrStudioServerProDomainSettings(RStudioServerProDomainSettings)DomainSettings.Builder executionRoleIdentityConfig(String executionRoleIdentityConfig)
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
executionRoleIdentityConfig - The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.ExecutionRoleIdentityConfig,
ExecutionRoleIdentityConfigDomainSettings.Builder executionRoleIdentityConfig(ExecutionRoleIdentityConfig executionRoleIdentityConfig)
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
executionRoleIdentityConfig - The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.ExecutionRoleIdentityConfig,
ExecutionRoleIdentityConfigCopyright © 2023. All rights reserved.