Interface PortalSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PortalSummary.Builder,,- PortalSummary> - SdkBuilder<PortalSummary.Builder,,- PortalSummary> - SdkPojo
- Enclosing class:
- PortalSummary
- 
Method SummaryModifier and TypeMethodDescriptionauthenticationType(String authenticationType) The type of authentication integration points used when signing into the web portal.authenticationType(AuthenticationType authenticationType) The type of authentication integration points used when signing into the web portal.browserSettingsArn(String browserSettingsArn) The ARN of the browser settings that is associated with the web portal.browserType(String browserType) The browser type of the web portal.browserType(BrowserType browserType) The browser type of the web portal.creationDate(Instant creationDate) The creation date of the web portal.dataProtectionSettingsArn(String dataProtectionSettingsArn) The ARN of the data protection settings.displayName(String displayName) The name of the web portal.instanceType(String instanceType) The type and resources of the underlying instance.instanceType(InstanceType instanceType) The type and resources of the underlying instance.ipAccessSettingsArn(String ipAccessSettingsArn) The ARN of the IP access settings.maxConcurrentSessions(Integer maxConcurrentSessions) The maximum number of concurrent sessions for the portal.networkSettingsArn(String networkSettingsArn) The ARN of the network settings that is associated with the web portal.The ARN of the web portal.portalEndpoint(String portalEndpoint) The endpoint URL of the web portal that users access in order to start streaming sessions.portalStatus(String portalStatus) The status of the web portal.portalStatus(PortalStatus portalStatus) The status of the web portal.rendererType(String rendererType) The renderer that is used in streaming sessions.rendererType(RendererType rendererType) The renderer that is used in streaming sessions.sessionLoggerArn(String sessionLoggerArn) The ARN of the session logger that is assocaited with the portal.trustStoreArn(String trustStoreArn) The ARN of the trust that is associated with this web portal.userAccessLoggingSettingsArn(String userAccessLoggingSettingsArn) The ARN of the user access logging settings that is associated with the web portal.userSettingsArn(String userSettingsArn) The ARN of the user settings that is associated with the web portal.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
portalArnThe ARN of the web portal. - Parameters:
- portalArn- The ARN of the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
rendererTypeThe renderer that is used in streaming sessions. - Parameters:
- rendererType- The renderer that is used in streaming sessions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
rendererTypeThe renderer that is used in streaming sessions. - Parameters:
- rendererType- The renderer that is used in streaming sessions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
browserTypeThe browser type of the web portal. - Parameters:
- browserType- The browser type of the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
browserTypeThe browser type of the web portal. - Parameters:
- browserType- The browser type of the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
portalStatusThe status of the web portal. - Parameters:
- portalStatus- The status of the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
portalStatusThe status of the web portal. - Parameters:
- portalStatus- The status of the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
portalEndpointThe endpoint URL of the web portal that users access in order to start streaming sessions. - Parameters:
- portalEndpoint- The endpoint URL of the web portal that users access in order to start streaming sessions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
displayNameThe name of the web portal. - Parameters:
- displayName- The name of the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationDateThe creation date of the web portal. - Parameters:
- creationDate- The creation date of the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
browserSettingsArnThe ARN of the browser settings that is associated with the web portal. - Parameters:
- browserSettingsArn- The ARN of the browser settings that is associated with the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataProtectionSettingsArnThe ARN of the data protection settings. - Parameters:
- dataProtectionSettingsArn- The ARN of the data protection settings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
userSettingsArnThe ARN of the user settings that is associated with the web portal. - Parameters:
- userSettingsArn- The ARN of the user settings that is associated with the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
networkSettingsArnThe ARN of the network settings that is associated with the web portal. - Parameters:
- networkSettingsArn- The ARN of the network settings that is associated with the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sessionLoggerArnThe ARN of the session logger that is assocaited with the portal. - Parameters:
- sessionLoggerArn- The ARN of the session logger that is assocaited with the portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trustStoreArnThe ARN of the trust that is associated with this web portal. - Parameters:
- trustStoreArn- The ARN of the trust that is associated with this web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
userAccessLoggingSettingsArnThe ARN of the user access logging settings that is associated with the web portal. - Parameters:
- userAccessLoggingSettingsArn- The ARN of the user access logging settings that is associated with the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authenticationTypeThe 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. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.- Parameters:
- 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 call- CreateIdentityProviderto 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. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
authenticationTypeThe 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. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.- Parameters:
- 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 call- CreateIdentityProviderto 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. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
ipAccessSettingsArnThe ARN of the IP access settings. - Parameters:
- ipAccessSettingsArn- The ARN of the IP access settings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
instanceTypeThe type and resources of the underlying instance. - Parameters:
- instanceType- The type and resources of the underlying instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
instanceTypeThe type and resources of the underlying instance. - Parameters:
- instanceType- The type and resources of the underlying instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
maxConcurrentSessionsThe maximum number of concurrent sessions for the portal. - Parameters:
- maxConcurrentSessions- The maximum number of concurrent sessions for the portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-