Class Portal
- java.lang.Object
-
- software.amazon.awssdk.services.workspacesweb.model.Portal
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Portal.Builder,Portal>
@Generated("software.amazon.awssdk:codegen") public final class Portal extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Portal.Builder,Portal>
The web portal.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePortal.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>additionalEncryptionContext()The additional encryption context of the portal.AuthenticationTypeauthenticationType()The type of authentication integration points used when signing into the web portal.StringauthenticationTypeAsString()The type of authentication integration points used when signing into the web portal.StringbrowserSettingsArn()The ARN of the browser settings that is associated with this web portal.BrowserTypebrowserType()The browser that users see when using a streaming session.StringbrowserTypeAsString()The browser that users see when using a streaming session.static Portal.Builderbuilder()InstantcreationDate()The creation date of the web portal.StringcustomerManagedKey()The customer managed key used to encrypt sensitive information in the portal.StringdisplayName()The name of the web portal.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasAdditionalEncryptionContext()For responses, this returns true if the service returned a value for the AdditionalEncryptionContext property.inthashCode()InstanceTypeinstanceType()The type and resources of the underlying instance.StringinstanceTypeAsString()The type and resources of the underlying instance.StringipAccessSettingsArn()The ARN of the IP access settings.IntegermaxConcurrentSessions()The maximum number of concurrent sessions for the portal.StringnetworkSettingsArn()The ARN of the network settings that is associated with the web portal.StringportalArn()The ARN of the web portal.StringportalEndpoint()The endpoint URL of the web portal that users access in order to start streaming sessions.PortalStatusportalStatus()The status of the web portal.StringportalStatusAsString()The status of the web portal.RendererTyperendererType()The renderer that is used in streaming sessions.StringrendererTypeAsString()The renderer that is used in streaming sessions.List<SdkField<?>>sdkFields()static Class<? extends Portal.Builder>serializableBuilderClass()StringstatusReason()A message that explains why the web portal is in its current status.Portal.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrustStoreArn()The ARN of the trust store that is associated with the web portal.StringuserAccessLoggingSettingsArn()The ARN of the user access logging settings that is associated with the web portal.StringuserSettingsArn()The ARN of the user settings that is associated with the web portal.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hasAdditionalEncryptionContext
public final boolean hasAdditionalEncryptionContext()
For responses, this returns true if the service returned a value for the AdditionalEncryptionContext property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
additionalEncryptionContext
public final Map<String,String> additionalEncryptionContext()
The additional encryption context of the portal.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAdditionalEncryptionContext()method.- Returns:
- The additional encryption context of the portal.
-
authenticationType
public final AuthenticationType authenticationType()
The type of authentication integration points used when signing into the web portal. Defaults to
Standard.Standardweb portals are authenticated directly through your identity provider. You need to callCreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.IAM Identity Centerweb portals are authenticated through IAM Identity Center (successor to Single Sign-On). 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,
authenticationTypewill 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.Standardweb portals are authenticated directly through your identity provider. You need to callCreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.IAM Identity Centerweb portals are authenticated through IAM Identity Center (successor to Single Sign-On). 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:
AuthenticationType
-
authenticationTypeAsString
public final String authenticationTypeAsString()
The type of authentication integration points used when signing into the web portal. Defaults to
Standard.Standardweb portals are authenticated directly through your identity provider. You need to callCreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.IAM Identity Centerweb portals are authenticated through IAM Identity Center (successor to Single Sign-On). 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,
authenticationTypewill 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.Standardweb portals are authenticated directly through your identity provider. You need to callCreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.IAM Identity Centerweb portals are authenticated through IAM Identity Center (successor to Single Sign-On). 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:
AuthenticationType
-
browserSettingsArn
public final String browserSettingsArn()
The ARN of the browser settings that is associated with this web portal.
- Returns:
- The ARN of the browser settings that is associated with this web portal.
-
browserType
public final BrowserType browserType()
The browser that users see when using a streaming session.
If the service returns an enum value that is not available in the current SDK version,
browserTypewill returnBrowserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombrowserTypeAsString().- Returns:
- The browser that users see when using a streaming session.
- See Also:
BrowserType
-
browserTypeAsString
public final String browserTypeAsString()
The browser that users see when using a streaming session.
If the service returns an enum value that is not available in the current SDK version,
browserTypewill returnBrowserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombrowserTypeAsString().- Returns:
- The browser that users see when using a streaming session.
- See Also:
BrowserType
-
creationDate
public final Instant creationDate()
The creation date of the web portal.
- Returns:
- The creation date of the web portal.
-
customerManagedKey
public final String customerManagedKey()
The customer managed key used to encrypt sensitive information in the portal.
- Returns:
- The customer managed key used to encrypt sensitive information in the portal.
-
displayName
public final String displayName()
The name of the web portal.
- Returns:
- The name of the web portal.
-
instanceType
public final InstanceType 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,
instanceTypewill 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:
InstanceType
-
instanceTypeAsString
public final String 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,
instanceTypewill 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:
InstanceType
-
ipAccessSettingsArn
public final String ipAccessSettingsArn()
The ARN of the IP access settings.
- Returns:
- The ARN of the IP access settings.
-
maxConcurrentSessions
public final Integer maxConcurrentSessions()
The maximum number of concurrent sessions for the portal.
- Returns:
- The maximum number of concurrent sessions for the portal.
-
networkSettingsArn
public final String 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
public final String portalArn()
The ARN of the web portal.
- Returns:
- The ARN of the web portal.
-
portalEndpoint
public final String 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
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,
portalStatuswill returnPortalStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromportalStatusAsString().- Returns:
- The status of the web portal.
- See Also:
PortalStatus
-
portalStatusAsString
public 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,
portalStatuswill returnPortalStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromportalStatusAsString().- Returns:
- The status of the web portal.
- See Also:
PortalStatus
-
rendererType
public 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,
rendererTypewill 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:
RendererType
-
rendererTypeAsString
public 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,
rendererTypewill 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:
RendererType
-
statusReason
public final String statusReason()
A message that explains why the web portal is in its current status.
- Returns:
- A message that explains why the web portal is in its current status.
-
trustStoreArn
public final String trustStoreArn()
The ARN of the trust store that is associated with the web portal.
- Returns:
- The ARN of the trust store that is associated with the web portal.
-
userAccessLoggingSettingsArn
public final String 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
public final String 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
public Portal.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Portal.Builder,Portal>
-
builder
public static Portal.Builder builder()
-
serializableBuilderClass
public static Class<? extends Portal.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-