public static interface PortalSummary.Builder extends SdkPojo, CopyableBuilder<PortalSummary.Builder,PortalSummary>
| Modifier and Type | Method and Description |
|---|---|
PortalSummary.Builder |
browserSettingsArn(String browserSettingsArn)
The ARN of the browser settings that is associated with the web portal.
|
PortalSummary.Builder |
browserType(BrowserType browserType)
The browser type of the web portal.
|
PortalSummary.Builder |
browserType(String browserType)
The browser type of the web portal.
|
PortalSummary.Builder |
creationDate(Instant creationDate)
The creation date of the web portal.
|
PortalSummary.Builder |
displayName(String displayName)
The name of the web portal.
|
PortalSummary.Builder |
networkSettingsArn(String networkSettingsArn)
The ARN of the network settings that is associated with the web portal.
|
PortalSummary.Builder |
portalArn(String portalArn)
The ARN of the web portal.
|
PortalSummary.Builder |
portalEndpoint(String portalEndpoint)
The endpoint URL of the web portal that users access in order to start streaming sessions.
|
PortalSummary.Builder |
portalStatus(PortalStatus portalStatus)
The status of the web portal.
|
PortalSummary.Builder |
portalStatus(String portalStatus)
The status of the web portal.
|
PortalSummary.Builder |
rendererType(RendererType rendererType)
The renderer that is used in streaming sessions.
|
PortalSummary.Builder |
rendererType(String rendererType)
The renderer that is used in streaming sessions.
|
PortalSummary.Builder |
trustStoreArn(String trustStoreArn)
The ARN of the trust that is associated with this web portal.
|
PortalSummary.Builder |
userAccessLoggingSettingsArn(String userAccessLoggingSettingsArn)
The ARN of the user access logging settings that is associated with the web portal.
|
PortalSummary.Builder |
userSettingsArn(String userSettingsArn)
The ARN of the user settings that is associated with the web portal.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPortalSummary.Builder browserSettingsArn(String browserSettingsArn)
The ARN of the browser settings that is associated with the web portal.
browserSettingsArn - The ARN of the browser settings that is associated with the web portal.PortalSummary.Builder browserType(String browserType)
The browser type of the web portal.
browserType - The browser type of the web portal.BrowserType,
BrowserTypePortalSummary.Builder browserType(BrowserType browserType)
The browser type of the web portal.
browserType - The browser type of the web portal.BrowserType,
BrowserTypePortalSummary.Builder creationDate(Instant creationDate)
The creation date of the web portal.
creationDate - The creation date of the web portal.PortalSummary.Builder displayName(String displayName)
The name of the web portal.
displayName - The name of the web portal.PortalSummary.Builder networkSettingsArn(String networkSettingsArn)
The ARN of the network settings that is associated with the web portal.
networkSettingsArn - The ARN of the network settings that is associated with the web portal.PortalSummary.Builder portalArn(String portalArn)
The ARN of the web portal.
portalArn - The ARN of the web portal.PortalSummary.Builder portalEndpoint(String portalEndpoint)
The endpoint URL of the web portal that users access in order to start streaming sessions.
portalEndpoint - The endpoint URL of the web portal that users access in order to start streaming sessions.PortalSummary.Builder portalStatus(String portalStatus)
The status of the web portal.
portalStatus - The status of the web portal.PortalStatus,
PortalStatusPortalSummary.Builder portalStatus(PortalStatus portalStatus)
The status of the web portal.
portalStatus - The status of the web portal.PortalStatus,
PortalStatusPortalSummary.Builder rendererType(String rendererType)
The renderer that is used in streaming sessions.
rendererType - The renderer that is used in streaming sessions.RendererType,
RendererTypePortalSummary.Builder rendererType(RendererType rendererType)
The renderer that is used in streaming sessions.
rendererType - The renderer that is used in streaming sessions.RendererType,
RendererTypePortalSummary.Builder trustStoreArn(String trustStoreArn)
The ARN of the trust that is associated with this web portal.
trustStoreArn - The ARN of the trust that is associated with this web portal.PortalSummary.Builder userAccessLoggingSettingsArn(String userAccessLoggingSettingsArn)
The ARN of the user access logging settings that is associated with the web portal.
userAccessLoggingSettingsArn - The ARN of the user access logging settings that is associated with the web portal.PortalSummary.Builder userSettingsArn(String userSettingsArn)
The ARN of the user settings that is associated with the web portal.
userSettingsArn - The ARN of the user settings that is associated with the web portal.Copyright © 2022. All rights reserved.