public static interface DomainSettingsForUpdate.Builder extends SdkPojo, CopyableBuilder<DomainSettingsForUpdate.Builder,DomainSettingsForUpdate>
| Modifier and Type | Method and Description |
|---|---|
DomainSettingsForUpdate.Builder |
executionRoleIdentityConfig(ExecutionRoleIdentityConfig executionRoleIdentityConfig)
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
|
DomainSettingsForUpdate.Builder |
executionRoleIdentityConfig(String executionRoleIdentityConfig)
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
|
default DomainSettingsForUpdate.Builder |
rStudioServerProDomainSettingsForUpdate(Consumer<RStudioServerProDomainSettingsForUpdate.Builder> rStudioServerProDomainSettingsForUpdate)
A collection of
RStudioServerPro Domain-level app settings to update. |
DomainSettingsForUpdate.Builder |
rStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate)
A collection of
RStudioServerPro Domain-level app settings to update. |
DomainSettingsForUpdate.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. |
DomainSettingsForUpdate.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, buildDomainSettingsForUpdate.Builder rStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate)
A collection of RStudioServerPro Domain-level app settings to update.
rStudioServerProDomainSettingsForUpdate - A collection of RStudioServerPro Domain-level app settings to update.default DomainSettingsForUpdate.Builder rStudioServerProDomainSettingsForUpdate(Consumer<RStudioServerProDomainSettingsForUpdate.Builder> rStudioServerProDomainSettingsForUpdate)
A collection of RStudioServerPro Domain-level app settings to update.
RStudioServerProDomainSettingsForUpdate.Builder avoiding the need to create one manually via
RStudioServerProDomainSettingsForUpdate.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
rStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate).
rStudioServerProDomainSettingsForUpdate - a consumer that will call methods on RStudioServerProDomainSettingsForUpdate.BuilderrStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate)DomainSettingsForUpdate.Builder executionRoleIdentityConfig(String executionRoleIdentityConfig)
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the
InService or Pending state.
executionRoleIdentityConfig - The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the
InService or Pending state.ExecutionRoleIdentityConfig,
ExecutionRoleIdentityConfigDomainSettingsForUpdate.Builder executionRoleIdentityConfig(ExecutionRoleIdentityConfig executionRoleIdentityConfig)
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the
InService or Pending state.
executionRoleIdentityConfig - The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the
InService or Pending state.ExecutionRoleIdentityConfig,
ExecutionRoleIdentityConfigDomainSettingsForUpdate.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.DomainSettingsForUpdate.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.Copyright © 2023. All rights reserved.