Package com.pulumi.aws.lightsail.inputs
Class DistributionCacheBehaviorArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.lightsail.inputs.DistributionCacheBehaviorArgs.Builder
-
- Enclosing class:
- DistributionCacheBehaviorArgs
public static final class DistributionCacheBehaviorArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(DistributionCacheBehaviorArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributionCacheBehaviorArgs.Builder
behavior(com.pulumi.core.Output<java.lang.String> behavior)
DistributionCacheBehaviorArgs.Builder
behavior(java.lang.String behavior)
DistributionCacheBehaviorArgs
build()
DistributionCacheBehaviorArgs.Builder
path(com.pulumi.core.Output<java.lang.String> path)
DistributionCacheBehaviorArgs.Builder
path(java.lang.String path)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(DistributionCacheBehaviorArgs defaults)
-
-
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
-
behavior
public DistributionCacheBehaviorArgs.Builder behavior(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
-
build
public DistributionCacheBehaviorArgs build()
-
-