public static interface ProjectResource.ProjectCacheProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProjectResource.ProjectCacheProperty.Builder
A builder for
ProjectResource.ProjectCacheProperty |
static class |
ProjectResource.ProjectCacheProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectResource.ProjectCacheProperty.Builder |
builder() |
Object |
getLocation()
``ProjectResource.ProjectCacheProperty.Location``
|
Object |
getType()
``ProjectResource.ProjectCacheProperty.Type``
|
void |
setLocation(software.amazon.awscdk.CloudFormationToken value)
``ProjectResource.ProjectCacheProperty.Location``
|
void |
setLocation(String value)
``ProjectResource.ProjectCacheProperty.Location``
|
void |
setType(software.amazon.awscdk.CloudFormationToken value)
``ProjectResource.ProjectCacheProperty.Type``
|
void |
setType(String value)
``ProjectResource.ProjectCacheProperty.Type``
|
Object getType()
void setType(String value)
void setType(software.amazon.awscdk.CloudFormationToken value)
Object getLocation()
void setLocation(String value)
void setLocation(software.amazon.awscdk.CloudFormationToken value)
static ProjectResource.ProjectCacheProperty.Builder builder()
Copyright © 2018. All rights reserved.