Interface CreatePortalResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreatePortalResponse.Builder,CreatePortalResponse>, SdkBuilder<CreatePortalResponse.Builder,CreatePortalResponse>, SdkPojo, SdkResponse.Builder, WorkSpacesWebResponse.Builder
Enclosing class:
CreatePortalResponse

public static interface CreatePortalResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<CreatePortalResponse.Builder,CreatePortalResponse>
  • Method Details

    • portalArn

      CreatePortalResponse.Builder portalArn(String portalArn)

      The 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.
    • portalEndpoint

      CreatePortalResponse.Builder portalEndpoint(String portalEndpoint)

      The 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.