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.BuilderhiddenInstanceTypes(Collection<AppInstanceType> hiddenInstanceTypes)The instance types you are hiding from the Studio user interface.StudioWebPortalSettings.BuilderhiddenInstanceTypes(AppInstanceType... hiddenInstanceTypes)The instance types you are hiding from the Studio user interface.StudioWebPortalSettings.BuilderhiddenInstanceTypesWithStrings(String... hiddenInstanceTypes)The instance types you are hiding from the Studio user interface.StudioWebPortalSettings.BuilderhiddenInstanceTypesWithStrings(Collection<String> hiddenInstanceTypes)The instance types you are hiding from the Studio user interface.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.StudioWebPortalSettings.BuilderhiddenSageMakerImageVersionAliases(Collection<HiddenSageMakerImage> hiddenSageMakerImageVersionAliases)The version aliases you are hiding from the Studio user interface.StudioWebPortalSettings.BuilderhiddenSageMakerImageVersionAliases(Consumer<HiddenSageMakerImage.Builder>... hiddenSageMakerImageVersionAliases)The version aliases you are hiding from the Studio user interface.StudioWebPortalSettings.BuilderhiddenSageMakerImageVersionAliases(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, sdkFieldNameToField, 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.
-
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.
-
hiddenSageMakerImageVersionAliases
StudioWebPortalSettings.Builder hiddenSageMakerImageVersionAliases(Consumer<HiddenSageMakerImage.Builder>... hiddenSageMakerImageVersionAliases)
The version aliases you are hiding from the Studio user interface.
This is a convenience method that creates an instance of theHiddenSageMakerImage.Builderavoiding the need to create one manually viaHiddenSageMakerImage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#hiddenSageMakerImageVersionAliases(List.) - Parameters:
hiddenSageMakerImageVersionAliases- a consumer that will call methods onHiddenSageMakerImage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#hiddenSageMakerImageVersionAliases(java.util.Collection)
-
-