Interface ListedWebApp.Builder

    • Method Detail

      • arn

        ListedWebApp.Builder arn​(String arn)

        The Amazon Resource Name (ARN) for the web app.

        Parameters:
        arn - The Amazon Resource Name (ARN) for the web app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • webAppId

        ListedWebApp.Builder webAppId​(String webAppId)

        The unique identifier for the web app.

        Parameters:
        webAppId - The unique identifier for the web app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessEndpoint

        ListedWebApp.Builder accessEndpoint​(String accessEndpoint)

        The AccessEndpoint is the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.

        Parameters:
        accessEndpoint - The AccessEndpoint is the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • webAppEndpoint

        ListedWebApp.Builder webAppEndpoint​(String webAppEndpoint)

        The WebAppEndpoint is the unique URL for your Transfer Family web app. This is the value that you use when you configure Origins on CloudFront.

        Parameters:
        webAppEndpoint - The WebAppEndpoint is the unique URL for your Transfer Family web app. This is the value that you use when you configure Origins on CloudFront.
        Returns:
        Returns a reference to this object so that method calls can be chained together.