Class PortalSummary
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PortalSummary.Builder,
PortalSummary>
The summary of the portal.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AuthenticationType
The type of authentication integration points used when signing into the web portal.final String
The type of authentication integration points used when signing into the web portal.final String
The ARN of the browser settings that is associated with the web portal.final BrowserType
The browser type of the web portal.final String
The browser type of the web portal.static PortalSummary.Builder
builder()
final Instant
The creation date of the web portal.final String
The ARN of the data protection settings.final String
The name of the web portal.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final InstanceType
The type and resources of the underlying instance.final String
The type and resources of the underlying instance.final String
The ARN of the IP access settings.final Integer
The maximum number of concurrent sessions for the portal.final String
The ARN of the network settings that is associated with the web portal.final String
The ARN of the web portal.final String
The endpoint URL of the web portal that users access in order to start streaming sessions.final PortalStatus
The status of the web portal.final String
The status of the web portal.final RendererType
The renderer that is used in streaming sessions.final String
The renderer that is used in streaming sessions.static Class
<? extends PortalSummary.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final String
The ARN of the trust that is associated with this web portal.final String
The ARN of the user access logging settings that is associated with the web portal.final String
The ARN of the user settings that is associated with the web portal.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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 callCreateIdentityProvider
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 IAM Identity Center. 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 returnAuthenticationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromauthenticationTypeAsString()
.- Returns:
- 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 callCreateIdentityProvider
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 IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center. - See Also:
-
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 callCreateIdentityProvider
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 IAM Identity Center. 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 returnAuthenticationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromauthenticationTypeAsString()
.- Returns:
- 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 callCreateIdentityProvider
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 IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center. - See Also:
-
browserSettingsArn
The ARN of the browser settings that is associated with the web portal.
- Returns:
- The ARN of the browser settings that is associated with the web portal.
-
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 returnBrowserType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frombrowserTypeAsString()
.- Returns:
- The browser type of the web portal.
- See Also:
-
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 returnBrowserType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frombrowserTypeAsString()
.- Returns:
- The browser type of the web portal.
- See Also:
-
creationDate
The creation date of the web portal.
- Returns:
- The creation date of the web portal.
-
dataProtectionSettingsArn
The ARN of the data protection settings.
- Returns:
- The ARN of the data protection settings.
-
displayName
-
instanceType
The type and resources of the underlying instance.
If the service returns an enum value that is not available in the current SDK version,
instanceType
will returnInstanceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frominstanceTypeAsString()
.- Returns:
- The type and resources of the underlying instance.
- See Also:
-
instanceTypeAsString
The type and resources of the underlying instance.
If the service returns an enum value that is not available in the current SDK version,
instanceType
will returnInstanceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frominstanceTypeAsString()
.- Returns:
- The type and resources of the underlying instance.
- See Also:
-
ipAccessSettingsArn
The ARN of the IP access settings.
- Returns:
- The ARN of the IP access settings.
-
maxConcurrentSessions
The maximum number of concurrent sessions for the portal.
- Returns:
- The maximum number of concurrent sessions for the portal.
-
networkSettingsArn
The ARN of the network settings that is associated with the web portal.
- Returns:
- The ARN of the network settings that is associated with the web portal.
-
portalArn
-
portalEndpoint
The endpoint URL of the web portal that users access in order to start streaming sessions.
- Returns:
- The endpoint URL of the web portal that users access in order to start streaming sessions.
-
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 returnPortalStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromportalStatusAsString()
.- Returns:
- The status of the web portal.
- See Also:
-
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 returnPortalStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromportalStatusAsString()
.- Returns:
- The status of the web portal.
- See Also:
-
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 returnRendererType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromrendererTypeAsString()
.- Returns:
- The renderer that is used in streaming sessions.
- See Also:
-
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 returnRendererType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromrendererTypeAsString()
.- Returns:
- The renderer that is used in streaming sessions.
- See Also:
-
trustStoreArn
The ARN of the trust that is associated with this web portal.
- Returns:
- The ARN of the trust that is associated with this web portal.
-
userAccessLoggingSettingsArn
The ARN of the user access logging settings that is associated with the web portal.
- Returns:
- The ARN of the user access logging settings that is associated with the web portal.
-
userSettingsArn
The ARN of the user settings that is associated with the web portal.
- Returns:
- The ARN of the user settings that is associated with the web portal.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<PortalSummary.Builder,
PortalSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-