Interface RStudioServerProDomainSettingsForUpdate.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<RStudioServerProDomainSettingsForUpdate.Builder,RStudioServerProDomainSettingsForUpdate>
,SdkBuilder<RStudioServerProDomainSettingsForUpdate.Builder,RStudioServerProDomainSettingsForUpdate>
,SdkPojo
- Enclosing class:
- RStudioServerProDomainSettingsForUpdate
public static interface RStudioServerProDomainSettingsForUpdate.Builder extends SdkPojo, CopyableBuilder<RStudioServerProDomainSettingsForUpdate.Builder,RStudioServerProDomainSettingsForUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RStudioServerProDomainSettingsForUpdate.Builder
defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
Sets the value of the DefaultResourceSpec property for this object.RStudioServerProDomainSettingsForUpdate.Builder
defaultResourceSpec(ResourceSpec defaultResourceSpec)
Sets the value of the DefaultResourceSpec property for this object.RStudioServerProDomainSettingsForUpdate.Builder
domainExecutionRoleArn(String domainExecutionRoleArn)
The execution role for theRStudioServerPro
Domain-level app.RStudioServerProDomainSettingsForUpdate.Builder
rStudioConnectUrl(String rStudioConnectUrl)
A URL pointing to an RStudio Connect server.RStudioServerProDomainSettingsForUpdate.Builder
rStudioPackageManagerUrl(String rStudioPackageManagerUrl)
A URL pointing to an RStudio Package Manager server.-
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
-
domainExecutionRoleArn
RStudioServerProDomainSettingsForUpdate.Builder domainExecutionRoleArn(String domainExecutionRoleArn)
The execution role for the
RStudioServerPro
Domain-level app.- Parameters:
domainExecutionRoleArn
- The execution role for theRStudioServerPro
Domain-level app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultResourceSpec
RStudioServerProDomainSettingsForUpdate.Builder defaultResourceSpec(ResourceSpec defaultResourceSpec)
Sets the value of the DefaultResourceSpec property for this object.- Parameters:
defaultResourceSpec
- The new value for the DefaultResourceSpec property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultResourceSpec
default RStudioServerProDomainSettingsForUpdate.Builder defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
Sets the value of the DefaultResourceSpec property for this object. This is a convenience method that creates an instance of theResourceSpec.Builder
avoiding the need to create one manually viaResourceSpec.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todefaultResourceSpec(ResourceSpec)
.- Parameters:
defaultResourceSpec
- a consumer that will call methods onResourceSpec.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
defaultResourceSpec(ResourceSpec)
-
rStudioConnectUrl
RStudioServerProDomainSettingsForUpdate.Builder rStudioConnectUrl(String rStudioConnectUrl)
A URL pointing to an RStudio Connect server.
- Parameters:
rStudioConnectUrl
- A URL pointing to an RStudio Connect server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rStudioPackageManagerUrl
RStudioServerProDomainSettingsForUpdate.Builder rStudioPackageManagerUrl(String rStudioPackageManagerUrl)
A URL pointing to an RStudio Package Manager server.
- Parameters:
rStudioPackageManagerUrl
- A URL pointing to an RStudio Package Manager server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-