@Stability(value=Stable) public static final class CfnProject.ProjectCacheProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.ProjectCacheProperty>
CfnProject.ProjectCacheProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.ProjectCacheProperty |
build()
Builds the configured instance.
|
CfnProject.ProjectCacheProperty.Builder |
location(String location)
Sets the value of
CfnProject.ProjectCacheProperty.getLocation() |
CfnProject.ProjectCacheProperty.Builder |
modes(List<String> modes)
Sets the value of
CfnProject.ProjectCacheProperty.getModes() |
CfnProject.ProjectCacheProperty.Builder |
type(String type)
Sets the value of
CfnProject.ProjectCacheProperty.getType() |
@Stability(value=Stable) public CfnProject.ProjectCacheProperty.Builder type(String type)
CfnProject.ProjectCacheProperty.getType()type - `CfnProject.ProjectCacheProperty.Type`. This parameter is required.this@Stability(value=Stable) public CfnProject.ProjectCacheProperty.Builder location(String location)
CfnProject.ProjectCacheProperty.getLocation()location - `CfnProject.ProjectCacheProperty.Location`.this@Stability(value=Stable) public CfnProject.ProjectCacheProperty.Builder modes(List<String> modes)
CfnProject.ProjectCacheProperty.getModes()modes - `CfnProject.ProjectCacheProperty.Modes`.this@Stability(value=Stable) public CfnProject.ProjectCacheProperty build()
build in interface software.amazon.jsii.Builder<CfnProject.ProjectCacheProperty>CfnProject.ProjectCachePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.