Interface DistributionConfigurationSummary.Builder

    • Method Detail

      • arn

        DistributionConfigurationSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the distribution configuration.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the distribution configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DistributionConfigurationSummary.Builder name​(String name)

        The name of the distribution configuration.

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

        DistributionConfigurationSummary.Builder description​(String description)

        The description of the distribution configuration.

        Parameters:
        description - The description of the distribution configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dateCreated

        DistributionConfigurationSummary.Builder dateCreated​(String dateCreated)

        The date on which the distribution configuration was created.

        Parameters:
        dateCreated - The date on which the distribution configuration was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dateUpdated

        DistributionConfigurationSummary.Builder dateUpdated​(String dateUpdated)

        The date on which the distribution configuration was updated.

        Parameters:
        dateUpdated - The date on which the distribution configuration was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        DistributionConfigurationSummary.Builder tags​(Map<String,​String> tags)

        The tags associated with the distribution configuration.

        Parameters:
        tags - The tags associated with the distribution configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regions

        DistributionConfigurationSummary.Builder regions​(Collection<String> regions)

        A list of Regions where the container image is distributed to.

        Parameters:
        regions - A list of Regions where the container image is distributed to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regions

        DistributionConfigurationSummary.Builder regions​(String... regions)

        A list of Regions where the container image is distributed to.

        Parameters:
        regions - A list of Regions where the container image is distributed to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.