Interface RStudioServerProDomainSettings.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RStudioServerProDomainSettings.Builder,,RStudioServerProDomainSettings> SdkBuilder<RStudioServerProDomainSettings.Builder,,RStudioServerProDomainSettings> SdkPojo
- Enclosing class:
 RStudioServerProDomainSettings
public static interface RStudioServerProDomainSettings.Builder
extends SdkPojo, CopyableBuilder<RStudioServerProDomainSettings.Builder,RStudioServerProDomainSettings> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec) Sets the value of the DefaultResourceSpec property for this object.defaultResourceSpec(ResourceSpec defaultResourceSpec) Sets the value of the DefaultResourceSpec property for this object.domainExecutionRoleArn(String domainExecutionRoleArn) The ARN of the execution role for theRStudioServerProDomain-level app.rStudioConnectUrl(String rStudioConnectUrl) A URL pointing to an RStudio Connect server.rStudioPackageManagerUrl(String rStudioPackageManagerUrl) A URL pointing to an RStudio Package Manager server.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
- 
domainExecutionRoleArn
The ARN of the execution role for the
RStudioServerProDomain-level app.- Parameters:
 domainExecutionRoleArn- The ARN of the execution role for theRStudioServerProDomain-level app.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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
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.
 
 - 
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 RStudioServerProDomainSettings.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.Builderavoiding the need to create one manually viaResourceSpec.builder().When the
Consumercompletes,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:
 
 
 -