Interface DomainSettingsForUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainSettingsForUpdate.Builder,
,DomainSettingsForUpdate> SdkBuilder<DomainSettingsForUpdate.Builder,
,DomainSettingsForUpdate> SdkPojo
- Enclosing class:
DomainSettingsForUpdate
-
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 DomainSettingsForUpdate.Builder
rStudioServerProDomainSettingsForUpdate
(Consumer<RStudioServerProDomainSettingsForUpdate.Builder> rStudioServerProDomainSettingsForUpdate) A collection ofRStudioServerPro
Domain-level app settings to update.rStudioServerProDomainSettingsForUpdate
(RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate) A collection ofRStudioServerPro
Domain-level app settings to update.securityGroupIds
(String... securityGroupIds) The security groups for the Amazon Virtual Private Cloud that theDomain
uses for communication between Domain-level apps and user apps.securityGroupIds
(Collection<String> securityGroupIds) The security groups for the Amazon Virtual Private Cloud that theDomain
uses for communication between Domain-level apps and user apps.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
rStudioServerProDomainSettingsForUpdate
DomainSettingsForUpdate.Builder rStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate) A collection of
RStudioServerPro
Domain-level app settings to update. A singleRStudioServerPro
application is created for a domain.- Parameters:
rStudioServerProDomainSettingsForUpdate
- A collection ofRStudioServerPro
Domain-level app settings to update. A singleRStudioServerPro
application is created for a domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rStudioServerProDomainSettingsForUpdate
default DomainSettingsForUpdate.Builder rStudioServerProDomainSettingsForUpdate(Consumer<RStudioServerProDomainSettingsForUpdate.Builder> rStudioServerProDomainSettingsForUpdate) A collection of
This is a convenience method that creates an instance of theRStudioServerPro
Domain-level app settings to update. A singleRStudioServerPro
application is created for a domain.RStudioServerProDomainSettingsForUpdate.Builder
avoiding the need to create one manually viaRStudioServerProDomainSettingsForUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate)
.- Parameters:
rStudioServerProDomainSettingsForUpdate
- a consumer that will call methods onRStudioServerProDomainSettingsForUpdate.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. This configuration can only be modified if there are no apps in the
InService
orPending
state.- Parameters:
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 theInService
orPending
state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionRoleIdentityConfig
DomainSettingsForUpdate.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
orPending
state.- Parameters:
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 theInService
orPending
state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
securityGroupIds
The security groups for the Amazon Virtual Private Cloud that the
Domain
uses for communication between Domain-level apps and user apps.- Parameters:
securityGroupIds
- The security groups for the Amazon Virtual Private Cloud that theDomain
uses 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
Domain
uses for communication between Domain-level apps and user apps.- Parameters:
securityGroupIds
- The security groups for the Amazon Virtual Private Cloud that theDomain
uses for communication between Domain-level apps and user apps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-