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.hiddenInstanceTypes
(Collection<AppInstanceType> hiddenInstanceTypes) The instance types you are hiding from the Studio user interface.hiddenInstanceTypes
(AppInstanceType... hiddenInstanceTypes) The instance types you are hiding from the Studio user interface.hiddenInstanceTypesWithStrings
(String... hiddenInstanceTypes) The instance types you are hiding from the Studio user interface.hiddenInstanceTypesWithStrings
(Collection<String> hiddenInstanceTypes) The instance types you are hiding from the Studio user interface.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.hiddenSageMakerImageVersionAliases
(Collection<HiddenSageMakerImage> hiddenSageMakerImageVersionAliases) The version aliases you are hiding from the Studio user interface.hiddenSageMakerImageVersionAliases
(Consumer<HiddenSageMakerImage.Builder>... hiddenSageMakerImageVersionAliases) The version aliases you are hiding from the Studio user interface.hiddenSageMakerImageVersionAliases
(HiddenSageMakerImage... hiddenSageMakerImageVersionAliases) The version aliases you are hiding from the Studio user interface.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