@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePortalRequest extends WorkSpacesWebRequest implements ToCopyableBuilder<UpdatePortalRequest.Builder,UpdatePortalRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePortalRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
authenticationType()
The type of authentication integration points used when signing into the web portal.
|
String |
authenticationTypeAsString()
The type of authentication integration points used when signing into the web portal.
|
static UpdatePortalRequest.Builder |
builder() |
String |
displayName()
The name of the web portal.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
portalArn()
The ARN of the web portal.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePortalRequest.Builder> |
serializableBuilderClass() |
UpdatePortalRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version,
authenticationType will return AuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from authenticationTypeAsString().
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.
AuthenticationTypepublic final String authenticationTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
authenticationType will return AuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from authenticationTypeAsString().
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.
AuthenticationTypepublic final String displayName()
The name of the web portal. This is not visible to users who log into the web portal.
public final String portalArn()
The ARN of the web portal.
public UpdatePortalRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePortalRequest.Builder,UpdatePortalRequest>toBuilder in class WorkSpacesWebRequestpublic static UpdatePortalRequest.Builder builder()
public static Class<? extends UpdatePortalRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.