static StudioWebPortalSettings.Builder |
StudioWebPortalSettings.builder() |
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenAppTypes(Collection<AppType> hiddenAppTypes) |
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenAppTypes(AppType... hiddenAppTypes) |
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenAppTypesWithStrings(String... hiddenAppTypes) |
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenAppTypesWithStrings(Collection<String> hiddenAppTypes) |
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenInstanceTypes(Collection<AppInstanceType> hiddenInstanceTypes) |
The instance types you are hiding from the Studio user interface.
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenInstanceTypes(AppInstanceType... hiddenInstanceTypes) |
The instance types you are hiding from the Studio user interface.
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenInstanceTypesWithStrings(String... hiddenInstanceTypes) |
The instance types you are hiding from the Studio user interface.
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenInstanceTypesWithStrings(Collection<String> hiddenInstanceTypes) |
The instance types you are hiding from the Studio user interface.
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenMlTools(Collection<MlTools> hiddenMlTools) |
The machine learning tools that are hidden from the Studio left navigation pane.
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenMlTools(MlTools... hiddenMlTools) |
The machine learning tools that are hidden from the Studio left navigation pane.
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenMlToolsWithStrings(String... hiddenMlTools) |
The machine learning tools that are hidden from the Studio left navigation pane.
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenMlToolsWithStrings(Collection<String> hiddenMlTools) |
The machine learning tools that are hidden from the Studio left navigation pane.
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenSageMakerImageVersionAliases(Collection<HiddenSageMakerImage> hiddenSageMakerImageVersionAliases) |
The version aliases you are hiding from the Studio user interface.
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenSageMakerImageVersionAliases(Consumer<HiddenSageMakerImage.Builder>... hiddenSageMakerImageVersionAliases) |
The version aliases you are hiding from the Studio user interface.
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.Builder.hiddenSageMakerImageVersionAliases(HiddenSageMakerImage... hiddenSageMakerImageVersionAliases) |
The version aliases you are hiding from the Studio user interface.
|
StudioWebPortalSettings.Builder |
StudioWebPortalSettings.toBuilder() |
|