@Generated(value="software.amazon.awssdk:codegen") public final class PortalSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PortalSummary.Builder,PortalSummary>
The summary of the portal.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PortalSummary.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.
|
String |
browserSettingsArn()
The ARN of the browser settings that is associated with the web portal.
|
BrowserType |
browserType()
The browser type of the web portal.
|
String |
browserTypeAsString()
The browser type of the web portal.
|
static PortalSummary.Builder |
builder() |
Instant |
creationDate()
The creation date of the web portal.
|
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 |
networkSettingsArn()
The ARN of the network settings that is associated with the web portal.
|
String |
portalArn()
The ARN of the web portal.
|
String |
portalEndpoint()
The endpoint URL of the web portal that users access in order to start streaming sessions.
|
PortalStatus |
portalStatus()
The status of the web portal.
|
String |
portalStatusAsString()
The status of the web portal.
|
RendererType |
rendererType()
The renderer that is used in streaming sessions.
|
String |
rendererTypeAsString()
The renderer that is used in streaming sessions.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PortalSummary.Builder> |
serializableBuilderClass() |
PortalSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trustStoreArn()
The ARN of the trust that is associated with this web portal.
|
String |
userAccessLoggingSettingsArn()
The ARN of the user access logging settings that is associated with the web portal.
|
String |
userSettingsArn()
The ARN of the user settings that is associated with the web portal.
|
clone, 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 browserSettingsArn()
The ARN of the browser settings that is associated with the web portal.
public final BrowserType browserType()
The browser type of the web portal.
If the service returns an enum value that is not available in the current SDK version, browserType will
return BrowserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
browserTypeAsString().
BrowserTypepublic final String browserTypeAsString()
The browser type of the web portal.
If the service returns an enum value that is not available in the current SDK version, browserType will
return BrowserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
browserTypeAsString().
BrowserTypepublic final Instant creationDate()
The creation date of the web portal.
public final String displayName()
The name of the web portal.
public final String networkSettingsArn()
The ARN of the network settings that is associated with the web portal.
public final String portalArn()
The ARN of the web portal.
public final String portalEndpoint()
The endpoint URL of the web portal that users access in order to start streaming sessions.
public final PortalStatus portalStatus()
The status of the web portal.
If the service returns an enum value that is not available in the current SDK version, portalStatus will
return PortalStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
portalStatusAsString().
PortalStatuspublic final String portalStatusAsString()
The status of the web portal.
If the service returns an enum value that is not available in the current SDK version, portalStatus will
return PortalStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
portalStatusAsString().
PortalStatuspublic final RendererType rendererType()
The renderer that is used in streaming sessions.
If the service returns an enum value that is not available in the current SDK version, rendererType will
return RendererType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rendererTypeAsString().
RendererTypepublic final String rendererTypeAsString()
The renderer that is used in streaming sessions.
If the service returns an enum value that is not available in the current SDK version, rendererType will
return RendererType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rendererTypeAsString().
RendererTypepublic final String trustStoreArn()
The ARN of the trust that is associated with this web portal.
public final String userAccessLoggingSettingsArn()
The ARN of the user access logging settings that is associated with the web portal.
public final String userSettingsArn()
The ARN of the user settings that is associated with the web portal.
public PortalSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PortalSummary.Builder,PortalSummary>public static PortalSummary.Builder builder()
public static Class<? extends PortalSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.