@Generated(value="software.amazon.awssdk:codegen") public final class Portal extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Portal.Builder,Portal>
The web portal.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Portal.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
browserSettingsArn()
The ARN of the browser settings that is associated with this web portal.
|
BrowserType |
browserType()
The browser that users see when using a streaming session.
|
String |
browserTypeAsString()
The browser that users see when using a streaming session.
|
static Portal.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 Portal.Builder> |
serializableBuilderClass() |
String |
statusReason()
A message that explains why the web portal is in its current status.
|
Portal.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trustStoreArn()
The ARN of the trust store that is associated with the 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 String browserSettingsArn()
The ARN of the browser settings that is associated with this web portal.
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, 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 that users see when using a streaming session.
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 statusReason()
A message that explains why the web portal is in its current status.
public final String trustStoreArn()
The ARN of the trust store that is associated with the 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 Portal.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Portal.Builder,Portal>public static Portal.Builder builder()
public static Class<? extends Portal.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.