Portal.Builder |
Portal.Builder.additionalEncryptionContext(Map<String,String> additionalEncryptionContext) |
The additional encryption context of the portal.
|
Portal.Builder |
Portal.Builder.authenticationType(String authenticationType) |
The type of authentication integration points used when signing into the web portal.
|
Portal.Builder |
Portal.Builder.authenticationType(AuthenticationType authenticationType) |
The type of authentication integration points used when signing into the web portal.
|
Portal.Builder |
Portal.Builder.browserSettingsArn(String browserSettingsArn) |
The ARN of the browser settings that is associated with this web portal.
|
Portal.Builder |
Portal.Builder.browserType(String browserType) |
The browser that users see when using a streaming session.
|
Portal.Builder |
Portal.Builder.browserType(BrowserType browserType) |
The browser that users see when using a streaming session.
|
static Portal.Builder |
Portal.builder() |
|
Portal.Builder |
Portal.Builder.creationDate(Instant creationDate) |
The creation date of the web portal.
|
Portal.Builder |
Portal.Builder.customerManagedKey(String customerManagedKey) |
The customer managed key used to encrypt sensitive information in the portal.
|
Portal.Builder |
Portal.Builder.displayName(String displayName) |
The name of the web portal.
|
Portal.Builder |
Portal.Builder.instanceType(String instanceType) |
The type and resources of the underlying instance.
|
Portal.Builder |
Portal.Builder.instanceType(InstanceType instanceType) |
The type and resources of the underlying instance.
|
Portal.Builder |
Portal.Builder.ipAccessSettingsArn(String ipAccessSettingsArn) |
The ARN of the IP access settings.
|
Portal.Builder |
Portal.Builder.maxConcurrentSessions(Integer maxConcurrentSessions) |
The maximum number of concurrent sessions for the portal.
|
Portal.Builder |
Portal.Builder.networkSettingsArn(String networkSettingsArn) |
The ARN of the network settings that is associated with the web portal.
|
Portal.Builder |
Portal.Builder.portalArn(String portalArn) |
The ARN of the web portal.
|
Portal.Builder |
Portal.Builder.portalEndpoint(String portalEndpoint) |
The endpoint URL of the web portal that users access in order to start streaming sessions.
|
Portal.Builder |
Portal.Builder.portalStatus(String portalStatus) |
The status of the web portal.
|
Portal.Builder |
Portal.Builder.portalStatus(PortalStatus portalStatus) |
The status of the web portal.
|
Portal.Builder |
Portal.Builder.rendererType(String rendererType) |
The renderer that is used in streaming sessions.
|
Portal.Builder |
Portal.Builder.rendererType(RendererType rendererType) |
The renderer that is used in streaming sessions.
|
Portal.Builder |
Portal.Builder.statusReason(String statusReason) |
A message that explains why the web portal is in its current status.
|
Portal.Builder |
Portal.toBuilder() |
|
Portal.Builder |
Portal.Builder.trustStoreArn(String trustStoreArn) |
The ARN of the trust store that is associated with the web portal.
|
Portal.Builder |
Portal.Builder.userAccessLoggingSettingsArn(String userAccessLoggingSettingsArn) |
The ARN of the user access logging settings that is associated with the web portal.
|
Portal.Builder |
Portal.Builder.userSettingsArn(String userSettingsArn) |
The ARN of the user settings that is associated with the web portal.
|