public static final class ProjectRefProps.Builder extends Object
ProjectRefProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProjectRefProps |
build()
Builds the configured instance.
|
ProjectRefProps.Builder |
withProjectName(String value)
Sets the value of ProjectName
|
public ProjectRefProps.Builder withProjectName(String value)
value - The human-readable name of the CodeBuild Project we're referencing.
The Project must be in the same account and region as the root Stack.thispublic ProjectRefProps build()
ProjectRefPropsNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.