Interface SpaceSettingsSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SpaceSettingsSummary.Builder,
,SpaceSettingsSummary> SdkBuilder<SpaceSettingsSummary.Builder,
,SpaceSettingsSummary> SdkPojo
- Enclosing class:
SpaceSettingsSummary
@Mutable
@NotThreadSafe
public static interface SpaceSettingsSummary.Builder
extends SdkPojo, CopyableBuilder<SpaceSettingsSummary.Builder,SpaceSettingsSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of app created within the space.The type of app created within the space.remoteAccess
(String remoteAccess) A setting that enables or disables remote access for a SageMaker space.remoteAccess
(FeatureStatus remoteAccess) A setting that enables or disables remote access for a SageMaker space.default SpaceSettingsSummary.Builder
spaceStorageSettings
(Consumer<SpaceStorageSettings.Builder> spaceStorageSettings) The storage settings for a space.spaceStorageSettings
(SpaceStorageSettings spaceStorageSettings) The storage settings for a space.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, sdkFieldNameToField, sdkFields
-
Method Details
-
appType
The type of app created within the space.
- Parameters:
appType
- The type of app created within the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
appType
The type of app created within the space.
- Parameters:
appType
- The type of app created within the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
remoteAccess
A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.
- Parameters:
remoteAccess
- A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
remoteAccess
A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.
- Parameters:
remoteAccess
- A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
spaceStorageSettings
The storage settings for a space.
- Parameters:
spaceStorageSettings
- The storage settings for a space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceStorageSettings
default SpaceSettingsSummary.Builder spaceStorageSettings(Consumer<SpaceStorageSettings.Builder> spaceStorageSettings) The storage settings for a space.
This is a convenience method that creates an instance of theSpaceStorageSettings.Builder
avoiding the need to create one manually viaSpaceStorageSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tospaceStorageSettings(SpaceStorageSettings)
.- Parameters:
spaceStorageSettings
- a consumer that will call methods onSpaceStorageSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-