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
Modifier and TypeMethodDescriptionhiddenAppTypes
(Collection<AppType> hiddenAppTypes) The Applications supported in Studio that are hidden from the Studio left navigation pane.hiddenAppTypes
(AppType... hiddenAppTypes) The Applications supported in Studio that are hidden from the Studio left navigation pane.hiddenAppTypesWithStrings
(String... hiddenAppTypes) The Applications supported in Studio that are hidden from the Studio left navigation pane.hiddenAppTypesWithStrings
(Collection<String> hiddenAppTypes) The Applications supported in Studio that are hidden from the Studio left navigation pane.hiddenMlTools
(Collection<MlTools> hiddenMlTools) The machine learning tools that are hidden from the Studio left navigation pane.hiddenMlTools
(MlTools... hiddenMlTools) The machine learning tools that are hidden from the Studio left navigation pane.hiddenMlToolsWithStrings
(String... hiddenMlTools) The machine learning tools that are hidden from the Studio left navigation pane.hiddenMlToolsWithStrings
(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 Details