public static interface DefaultSpaceSettings.Builder extends SdkPojo, CopyableBuilder<DefaultSpaceSettings.Builder,DefaultSpaceSettings>
Modifier and Type | Method and Description |
---|---|
DefaultSpaceSettings.Builder |
executionRole(String executionRole)
The execution role for the space.
|
default DefaultSpaceSettings.Builder |
jupyterServerAppSettings(Consumer<JupyterServerAppSettings.Builder> jupyterServerAppSettings)
Sets the value of the JupyterServerAppSettings property for this object.
|
DefaultSpaceSettings.Builder |
jupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
Sets the value of the JupyterServerAppSettings property for this object.
|
default DefaultSpaceSettings.Builder |
kernelGatewayAppSettings(Consumer<KernelGatewayAppSettings.Builder> kernelGatewayAppSettings)
Sets the value of the KernelGatewayAppSettings property for this object.
|
DefaultSpaceSettings.Builder |
kernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings)
Sets the value of the KernelGatewayAppSettings property for this object.
|
DefaultSpaceSettings.Builder |
securityGroups(Collection<String> securityGroups)
The security groups for the Amazon Virtual Private Cloud that the space uses for communication.
|
DefaultSpaceSettings.Builder |
securityGroups(String... securityGroups)
The security groups for the Amazon Virtual Private Cloud that the space uses for communication.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DefaultSpaceSettings.Builder executionRole(String executionRole)
The execution role for the space.
executionRole
- The execution role for the space.DefaultSpaceSettings.Builder securityGroups(Collection<String> securityGroups)
The security groups for the Amazon Virtual Private Cloud that the space uses for communication.
securityGroups
- The security groups for the Amazon Virtual Private Cloud that the space uses for communication.DefaultSpaceSettings.Builder securityGroups(String... securityGroups)
The security groups for the Amazon Virtual Private Cloud that the space uses for communication.
securityGroups
- The security groups for the Amazon Virtual Private Cloud that the space uses for communication.DefaultSpaceSettings.Builder jupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
jupyterServerAppSettings
- The new value for the JupyterServerAppSettings property for this object.default DefaultSpaceSettings.Builder jupyterServerAppSettings(Consumer<JupyterServerAppSettings.Builder> jupyterServerAppSettings)
JupyterServerAppSettings.Builder
avoiding the need to create one manually via JupyterServerAppSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to jupyterServerAppSettings(JupyterServerAppSettings)
.
jupyterServerAppSettings
- a consumer that will call methods on JupyterServerAppSettings.Builder
jupyterServerAppSettings(JupyterServerAppSettings)
DefaultSpaceSettings.Builder kernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings)
kernelGatewayAppSettings
- The new value for the KernelGatewayAppSettings property for this object.default DefaultSpaceSettings.Builder kernelGatewayAppSettings(Consumer<KernelGatewayAppSettings.Builder> kernelGatewayAppSettings)
KernelGatewayAppSettings.Builder
avoiding the need to create one manually via KernelGatewayAppSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to kernelGatewayAppSettings(KernelGatewayAppSettings)
.
kernelGatewayAppSettings
- a consumer that will call methods on KernelGatewayAppSettings.Builder
kernelGatewayAppSettings(KernelGatewayAppSettings)
Copyright © 2023. All rights reserved.