Class DistributionCacheBehaviorArgs.Builder

    • Method Detail

      • behavior

        public DistributionCacheBehaviorArgs.Builder behavior​(com.pulumi.core.Output<java.lang.String> behavior)
        Parameters:
        behavior - The cache behavior for the specified path.
        Returns:
        builder
      • path

        public DistributionCacheBehaviorArgs.Builder path​(com.pulumi.core.Output<java.lang.String> path)
        Parameters:
        path - The path to a directory or file to cached, or not cache. Use an asterisk symbol to specify wildcard directories (path/to/assets/\*), and file types (\*.html, \*jpg, \*js). Directories and file paths are case-sensitive.
        Returns:
        builder
      • path

        public DistributionCacheBehaviorArgs.Builder path​(java.lang.String path)
        Parameters:
        path - The path to a directory or file to cached, or not cache. Use an asterisk symbol to specify wildcard directories (path/to/assets/\*), and file types (\*.html, \*jpg, \*js). Directories and file paths are case-sensitive.
        Returns:
        builder