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.BuilderrStudioServerProDomainSettingsForUpdate(Consumer<RStudioServerProDomainSettingsForUpdate.Builder> rStudioServerProDomainSettingsForUpdate) A collection ofRStudioServerProDomain-level app settings to update.rStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate) A collection ofRStudioServerProDomain-level app settings to update.securityGroupIds(String... securityGroupIds) The security groups for the Amazon Virtual Private Cloud that theDomainuses for communication between Domain-level apps and user apps.securityGroupIds(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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:
-
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
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:
-
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
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.
-