Interface SpaceSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SpaceSettings.Builder,,SpaceSettings> SdkBuilder<SpaceSettings.Builder,,SpaceSettings> SdkPojo
- Enclosing class:
SpaceSettings
public static interface SpaceSettings.Builder
extends SdkPojo, CopyableBuilder<SpaceSettings.Builder,SpaceSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SpaceSettings.BuilderjupyterServerAppSettings(Consumer<JupyterServerAppSettings.Builder> jupyterServerAppSettings) Sets the value of the JupyterServerAppSettings property for this object.jupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings) Sets the value of the JupyterServerAppSettings property for this object.default SpaceSettings.BuilderkernelGatewayAppSettings(Consumer<KernelGatewayAppSettings.Builder> kernelGatewayAppSettings) Sets the value of the KernelGatewayAppSettings property for this object.kernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings) Sets the value of the KernelGatewayAppSettings property for this object.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
-
jupyterServerAppSettings
Sets the value of the JupyterServerAppSettings property for this object.- Parameters:
jupyterServerAppSettings- The new value for the JupyterServerAppSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jupyterServerAppSettings
default SpaceSettings.Builder jupyterServerAppSettings(Consumer<JupyterServerAppSettings.Builder> jupyterServerAppSettings) Sets the value of the JupyterServerAppSettings property for this object. This is a convenience method that creates an instance of theJupyterServerAppSettings.Builderavoiding the need to create one manually viaJupyterServerAppSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojupyterServerAppSettings(JupyterServerAppSettings).- Parameters:
jupyterServerAppSettings- a consumer that will call methods onJupyterServerAppSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kernelGatewayAppSettings
Sets the value of the KernelGatewayAppSettings property for this object.- Parameters:
kernelGatewayAppSettings- The new value for the KernelGatewayAppSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kernelGatewayAppSettings
default SpaceSettings.Builder kernelGatewayAppSettings(Consumer<KernelGatewayAppSettings.Builder> kernelGatewayAppSettings) Sets the value of the KernelGatewayAppSettings property for this object. This is a convenience method that creates an instance of theKernelGatewayAppSettings.Builderavoiding the need to create one manually viaKernelGatewayAppSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokernelGatewayAppSettings(KernelGatewayAppSettings).- Parameters:
kernelGatewayAppSettings- a consumer that will call methods onKernelGatewayAppSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-