Interface StudioWebPortalSettings.Builder

    • Method Detail

      • 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.
      • hiddenInstanceTypesWithStrings

        StudioWebPortalSettings.Builder hiddenInstanceTypesWithStrings​(Collection<String> hiddenInstanceTypes)

        The instance types you are hiding from the Studio user interface.

        Parameters:
        hiddenInstanceTypes - The instance types you are hiding from the Studio user interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiddenInstanceTypesWithStrings

        StudioWebPortalSettings.Builder hiddenInstanceTypesWithStrings​(String... hiddenInstanceTypes)

        The instance types you are hiding from the Studio user interface.

        Parameters:
        hiddenInstanceTypes - The instance types you are hiding from the Studio user interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiddenInstanceTypes

        StudioWebPortalSettings.Builder hiddenInstanceTypes​(Collection<AppInstanceType> hiddenInstanceTypes)

        The instance types you are hiding from the Studio user interface.

        Parameters:
        hiddenInstanceTypes - The instance types you are hiding from the Studio user interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiddenInstanceTypes

        StudioWebPortalSettings.Builder hiddenInstanceTypes​(AppInstanceType... hiddenInstanceTypes)

        The instance types you are hiding from the Studio user interface.

        Parameters:
        hiddenInstanceTypes - The instance types you are hiding from the Studio user interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiddenSageMakerImageVersionAliases

        StudioWebPortalSettings.Builder hiddenSageMakerImageVersionAliases​(Collection<HiddenSageMakerImage> hiddenSageMakerImageVersionAliases)

        The version aliases you are hiding from the Studio user interface.

        Parameters:
        hiddenSageMakerImageVersionAliases - The version aliases you are hiding from the Studio user interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiddenSageMakerImageVersionAliases

        StudioWebPortalSettings.Builder hiddenSageMakerImageVersionAliases​(HiddenSageMakerImage... hiddenSageMakerImageVersionAliases)

        The version aliases you are hiding from the Studio user interface.

        Parameters:
        hiddenSageMakerImageVersionAliases - The version aliases you are hiding from the Studio user interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.