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.BuilderexecutionRoleIdentityConfig(String executionRoleIdentityConfig)The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.DomainSettingsForUpdate.BuilderexecutionRoleIdentityConfig(ExecutionRoleIdentityConfig executionRoleIdentityConfig)The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.default DomainSettingsForUpdate.BuilderrStudioServerProDomainSettingsForUpdate(Consumer<RStudioServerProDomainSettingsForUpdate.Builder> rStudioServerProDomainSettingsForUpdate)A collection ofRStudioServerProDomain-level app settings to update.DomainSettingsForUpdate.BuilderrStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate)A collection ofRStudioServerProDomain-level app settings to update.DomainSettingsForUpdate.BuildersecurityGroupIds(String... securityGroupIds)The security groups for the Amazon Virtual Private Cloud that theDomainuses for communication between Domain-level apps and user apps.DomainSettingsForUpdate.BuildersecurityGroupIds(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
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
RStudioServerProDomain-level app settings to update. A singleRStudioServerProapplication is created for a domain.- Parameters:
rStudioServerProDomainSettingsForUpdate- A collection ofRStudioServerProDomain-level app settings to update. A singleRStudioServerProapplication 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 theRStudioServerProDomain-level app settings to update. A singleRStudioServerProapplication is created for a domain.RStudioServerProDomainSettingsForUpdate.Builderavoiding the need to create one manually viaRStudioServerProDomainSettingsForUpdate.builder().When the
Consumercompletes,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
InServiceorPendingstate.- 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 theInServiceorPendingstate.- 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
InServiceorPendingstate.- 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 theInServiceorPendingstate.- 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
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
DomainSettingsForUpdate.Builder securityGroupIds(String... 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.
-
-