Interface StudioWebPortalSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StudioWebPortalSettings.Builder,,StudioWebPortalSettings> SdkBuilder<StudioWebPortalSettings.Builder,,StudioWebPortalSettings> SdkPojo
- Enclosing class:
StudioWebPortalSettings
-
Method Summary
Modifier and TypeMethodDescriptionexecutionRoleSessionNameMode(String executionRoleSessionNameMode) The execution role session name mode.executionRoleSessionNameMode(ExecutionRoleSessionNameMode executionRoleSessionNameMode) The execution role session name mode.hiddenAppTypes(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
executionRoleSessionNameMode
The execution role session name mode. If this value is set to
USER_IDENTITY, the session name of the execution role corresponds to the user's identity. For IAM domains, the session name is the IAM session name used to generate the presigned URL. For IAM Identity Center domains, the session name is the username of the associated IAM Identity Center user. If this value is set toSTATICor is not set, the session name defaults toSageMaker.- Parameters:
executionRoleSessionNameMode- The execution role session name mode. If this value is set toUSER_IDENTITY, the session name of the execution role corresponds to the user's identity. For IAM domains, the session name is the IAM session name used to generate the presigned URL. For IAM Identity Center domains, the session name is the username of the associated IAM Identity Center user. If this value is set toSTATICor is not set, the session name defaults toSageMaker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionRoleSessionNameMode
StudioWebPortalSettings.Builder executionRoleSessionNameMode(ExecutionRoleSessionNameMode executionRoleSessionNameMode) The execution role session name mode. If this value is set to
USER_IDENTITY, the session name of the execution role corresponds to the user's identity. For IAM domains, the session name is the IAM session name used to generate the presigned URL. For IAM Identity Center domains, the session name is the username of the associated IAM Identity Center user. If this value is set toSTATICor is not set, the session name defaults toSageMaker.- Parameters:
executionRoleSessionNameMode- The execution role session name mode. If this value is set toUSER_IDENTITY, the session name of the execution role corresponds to the user's identity. For IAM domains, the session name is the IAM session name used to generate the presigned URL. For IAM Identity Center domains, the session name is the username of the associated IAM Identity Center user. If this value is set toSTATICor is not set, the session name defaults toSageMaker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also: