Interface StudioWebPortalSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StudioWebPortalSettings.Builder,StudioWebPortalSettings>, SdkBuilder<StudioWebPortalSettings.Builder,StudioWebPortalSettings>, SdkPojo
Enclosing class:
StudioWebPortalSettings

public static interface StudioWebPortalSettings.Builder extends SdkPojo, CopyableBuilder<StudioWebPortalSettings.Builder,StudioWebPortalSettings>
  • Method Details

    • hiddenMlToolsWithStrings

      StudioWebPortalSettings.Builder hiddenMlToolsWithStrings(Collection<String> hiddenMlTools)

      The machine learning tools that are hidden from the Studio left navigation pane.

      Parameters:
      hiddenMlTools - The machine learning tools that are hidden from the Studio left navigation pane.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hiddenMlToolsWithStrings

      StudioWebPortalSettings.Builder hiddenMlToolsWithStrings(String... hiddenMlTools)

      The machine learning tools that are hidden from the Studio left navigation pane.

      Parameters:
      hiddenMlTools - The machine learning tools that are hidden from the Studio left navigation pane.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hiddenMlTools

      StudioWebPortalSettings.Builder hiddenMlTools(Collection<MlTools> hiddenMlTools)

      The machine learning tools that are hidden from the Studio left navigation pane.

      Parameters:
      hiddenMlTools - The machine learning tools that are hidden from the Studio left navigation pane.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hiddenMlTools

      StudioWebPortalSettings.Builder hiddenMlTools(MlTools... hiddenMlTools)

      The machine learning tools that are hidden from the Studio left navigation pane.

      Parameters:
      hiddenMlTools - The machine learning tools that are hidden from the Studio left navigation pane.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hiddenAppTypesWithStrings

      StudioWebPortalSettings.Builder hiddenAppTypesWithStrings(Collection<String> hiddenAppTypes)

      The Applications supported in Studio that are hidden from the Studio left navigation pane.

      Parameters:
      hiddenAppTypes - The Applications supported in Studio that are hidden from the Studio left navigation pane.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hiddenAppTypesWithStrings

      StudioWebPortalSettings.Builder hiddenAppTypesWithStrings(String... hiddenAppTypes)

      The Applications supported in Studio that are hidden from the Studio left navigation pane.

      Parameters:
      hiddenAppTypes - The Applications supported in Studio that are hidden from the Studio left navigation pane.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hiddenAppTypes

      StudioWebPortalSettings.Builder hiddenAppTypes(Collection<AppType> hiddenAppTypes)

      The Applications supported in Studio that are hidden from the Studio left navigation pane.

      Parameters:
      hiddenAppTypes - The Applications supported in Studio that are hidden from the Studio left navigation pane.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hiddenAppTypes

      StudioWebPortalSettings.Builder hiddenAppTypes(AppType... hiddenAppTypes)

      The Applications supported in Studio that are hidden from the Studio left navigation pane.

      Parameters:
      hiddenAppTypes - The Applications supported in Studio that are hidden from the Studio left navigation pane.
      Returns:
      Returns a reference to this object so that method calls can be chained together.