@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.368Z") @Stability(value=Stable) public interface SourceProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
SourceProps sourceProps = SourceProps.builder()
.identifier("identifier")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SourceProps.Builder
A builder for
SourceProps |
static class |
SourceProps.Jsii$Proxy
An implementation for
SourceProps |
| Modifier and Type | Method and Description |
|---|---|
static SourceProps.Builder |
builder() |
default String |
getIdentifier()
The source identifier.
|
@Stability(value=Stable) @Nullable default String getIdentifier()
This property is required on secondary sources.
@Stability(value=Stable) static SourceProps.Builder builder()
SourceProps.Builder of SourcePropsCopyright © 2022. All rights reserved.