@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:26.401Z") public interface ProjectRefProps extends software.amazon.jsii.JsiiSerializable
ProjectRef.export| Modifier and Type | Interface and Description |
|---|---|
static class |
ProjectRefProps.Builder
A builder for
ProjectRefProps |
static class |
ProjectRefProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectRefProps.Builder |
builder() |
String |
getProjectName()
The human-readable name of the CodeBuild Project we're referencing.
|
void |
setProjectName(String value)
The human-readable name of the CodeBuild Project we're referencing.
|
String getProjectName()
void setProjectName(String value)
static ProjectRefProps.Builder builder()
ProjectRefProps.Builder of ProjectRefPropsCopyright © 2018. All rights reserved.