Interface DistributionConfiguration.Builder

    • Method Detail

      • arn

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

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

        DistributionConfiguration.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.
      • distributions

        DistributionConfiguration.Builder distributions​(Collection<Distribution> distributions)

        The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.

        Parameters:
        distributions - The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • distributions

        DistributionConfiguration.Builder distributions​(Distribution... distributions)

        The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.

        Parameters:
        distributions - The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeoutMinutes

        DistributionConfiguration.Builder timeoutMinutes​(Integer timeoutMinutes)

        The maximum duration in minutes for this distribution configuration.

        Parameters:
        timeoutMinutes - The maximum duration in minutes for this distribution configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dateCreated

        DistributionConfiguration.Builder dateCreated​(String dateCreated)

        The date on which this distribution configuration was created.

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

        DistributionConfiguration.Builder dateUpdated​(String dateUpdated)

        The date on which this distribution configuration was last updated.

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

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

        The tags of the distribution configuration.

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