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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StudioWebPortalSettings.BuilderhiddenAppTypes(Collection<AppType> hiddenAppTypes)The Applications supported in Studio that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderhiddenAppTypes(AppType... hiddenAppTypes)The Applications supported in Studio that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderhiddenAppTypesWithStrings(String... hiddenAppTypes)The Applications supported in Studio that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderhiddenAppTypesWithStrings(Collection<String> hiddenAppTypes)The Applications supported in Studio that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderhiddenMlTools(Collection<MlTools> hiddenMlTools)The machine learning tools that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderhiddenMlTools(MlTools... hiddenMlTools)The machine learning tools that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderhiddenMlToolsWithStrings(String... hiddenMlTools)The machine learning tools that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderhiddenMlToolsWithStrings(Collection<String> hiddenMlTools)The machine learning tools that are hidden from the Studio left navigation pane.-
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, sdkFields
-
-
-
-
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.
-
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.
-
-