@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:44.483Z") @Stability(value=Experimental) 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()
(experimental) The source identifier.
|
@Stability(value=Experimental) @Nullable default String getIdentifier()
This property is required on secondary sources.
@Stability(value=Experimental) static SourceProps.Builder builder()
SourceProps.Builder of SourcePropsCopyright © 2022. All rights reserved.