public static interface UpdatePortalRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<UpdatePortalRequest.Builder,UpdatePortalRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePortalRequest.Builder |
authenticationType(AuthenticationType authenticationType)
The type of authentication integration points used when signing into the web portal.
|
UpdatePortalRequest.Builder |
authenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal.
|
UpdatePortalRequest.Builder |
displayName(String displayName)
The name of the web portal.
|
UpdatePortalRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePortalRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePortalRequest.Builder |
portalArn(String portalArn)
The ARN of the web portal.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePortalRequest.Builder authenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal. Defaults to
Standard.
Standard web portals are authenticated directly through your identity provider. You need to call
CreateIdentityProvider to integrate your identity provider with your web portal. User and group
access to your web portal is controlled through your identity provider.
IAM_Identity_Center web portals are authenticated through AWS IAM Identity Center (successor to
AWS Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity sources
(including external identity provider integration), plus user and group access to your web portal, can be
configured in the IAM Identity Center.
authenticationType - The type of authentication integration points used when signing into the web portal. Defaults to
Standard.
Standard web portals are authenticated directly through your identity provider. You need
to call CreateIdentityProvider to integrate your identity provider with your web portal.
User and group access to your web portal is controlled through your identity provider.
IAM_Identity_Center web portals are authenticated through AWS IAM Identity Center
(successor to AWS Single Sign-On). They provide additional features, such as IdP-initiated
authentication. Identity sources (including external identity provider integration), plus user and
group access to your web portal, can be configured in the IAM Identity Center.
AuthenticationType,
AuthenticationTypeUpdatePortalRequest.Builder authenticationType(AuthenticationType authenticationType)
The type of authentication integration points used when signing into the web portal. Defaults to
Standard.
Standard web portals are authenticated directly through your identity provider. You need to call
CreateIdentityProvider to integrate your identity provider with your web portal. User and group
access to your web portal is controlled through your identity provider.
IAM_Identity_Center web portals are authenticated through AWS IAM Identity Center (successor to
AWS Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity sources
(including external identity provider integration), plus user and group access to your web portal, can be
configured in the IAM Identity Center.
authenticationType - The type of authentication integration points used when signing into the web portal. Defaults to
Standard.
Standard web portals are authenticated directly through your identity provider. You need
to call CreateIdentityProvider to integrate your identity provider with your web portal.
User and group access to your web portal is controlled through your identity provider.
IAM_Identity_Center web portals are authenticated through AWS IAM Identity Center
(successor to AWS Single Sign-On). They provide additional features, such as IdP-initiated
authentication. Identity sources (including external identity provider integration), plus user and
group access to your web portal, can be configured in the IAM Identity Center.
AuthenticationType,
AuthenticationTypeUpdatePortalRequest.Builder displayName(String displayName)
The name of the web portal. This is not visible to users who log into the web portal.
displayName - The name of the web portal. This is not visible to users who log into the web portal.UpdatePortalRequest.Builder portalArn(String portalArn)
The ARN of the web portal.
portalArn - The ARN of the web portal.UpdatePortalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePortalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.