Interface RStudioServerProDomainSettingsForUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RStudioServerProDomainSettingsForUpdate.Builder,,- RStudioServerProDomainSettingsForUpdate> - SdkBuilder<RStudioServerProDomainSettingsForUpdate.Builder,,- RStudioServerProDomainSettingsForUpdate> - SdkPojo
- Enclosing class:
- RStudioServerProDomainSettingsForUpdate
@Mutable
@NotThreadSafe
public static interface RStudioServerProDomainSettingsForUpdate.Builder
extends SdkPojo, CopyableBuilder<RStudioServerProDomainSettingsForUpdate.Builder,RStudioServerProDomainSettingsForUpdate> 
- 
Method SummaryModifier 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 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
domainExecutionRoleArnRStudioServerProDomainSettingsForUpdate.Builder domainExecutionRoleArn(String domainExecutionRoleArn) The execution role for the RStudioServerProDomain-level app.- Parameters:
- domainExecutionRoleArn- The execution role for the- RStudioServerProDomain-level app.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultResourceSpecRStudioServerProDomainSettingsForUpdate.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.
 
- 
defaultResourceSpecdefault 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.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 on- ResourceSpec.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
rStudioConnectUrlA 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.
 
- 
rStudioPackageManagerUrlRStudioServerProDomainSettingsForUpdate.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.
 
 
-