Interface SpaceSettingsSummary.Builder

  • 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

      SpaceSettingsSummary.Builder remoteAccess(String 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

      SpaceSettingsSummary.Builder remoteAccess(FeatureStatus 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

      SpaceSettingsSummary.Builder spaceStorageSettings(SpaceStorageSettings 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 the SpaceStorageSettings.Builder avoiding the need to create one manually via SpaceStorageSettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to spaceStorageSettings(SpaceStorageSettings).

      Parameters:
      spaceStorageSettings - a consumer that will call methods on SpaceStorageSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: