Interface DomainSettingsForUpdate.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainSettingsForUpdate.Builder,DomainSettingsForUpdate>
,SdkBuilder<DomainSettingsForUpdate.Builder,DomainSettingsForUpdate>
,SdkPojo
- Enclosing class:
- DomainSettingsForUpdate
public static interface DomainSettingsForUpdate.Builder extends SdkPojo, CopyableBuilder<DomainSettingsForUpdate.Builder,DomainSettingsForUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DomainSettingsForUpdate.Builder
executionRoleIdentityConfig(String executionRoleIdentityConfig)
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.DomainSettingsForUpdate.Builder
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.DomainSettingsForUpdate.Builder
rStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate)
A collection ofRStudioServerPro
Domain-level app settings to update.DomainSettingsForUpdate.Builder
securityGroupIds(String... securityGroupIds)
The security groups for the Amazon Virtual Private Cloud that theDomain
uses for communication between Domain-level apps and user apps.DomainSettingsForUpdate.Builder
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 Detail
-
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:
rStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate)
-
executionRoleIdentityConfig
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
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
,ExecutionRoleIdentityConfig
-
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:
ExecutionRoleIdentityConfig
,ExecutionRoleIdentityConfig
-
securityGroupIds
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.- 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
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.- 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.
-
-