Interface StagingDistributionDnsNames.Builder

    • Method Detail

      • quantity

        StagingDistributionDnsNames.Builder quantity​(Integer quantity)

        The number of CloudFront domain names in your staging distribution.

        Parameters:
        quantity - The number of CloudFront domain names in your staging distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        StagingDistributionDnsNames.Builder items​(Collection<String> items)

        The CloudFront domain name of the staging distribution.

        Parameters:
        items - The CloudFront domain name of the staging distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        StagingDistributionDnsNames.Builder items​(String... items)

        The CloudFront domain name of the staging distribution.

        Parameters:
        items - The CloudFront domain name of the staging distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.