@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:28.611Z") @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 SourceProps
Copyright © 2023. All rights reserved.