@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.291Z") @Stability(value=Stable) public interface ArtifactsProps 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.*;
ArtifactsProps artifactsProps = ArtifactsProps.builder()
.identifier("identifier")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ArtifactsProps.Builder
A builder for
ArtifactsProps |
static class |
ArtifactsProps.Jsii$Proxy
An implementation for
ArtifactsProps |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactsProps.Builder |
builder() |
default String |
getIdentifier()
The artifact identifier.
|
@Stability(value=Stable) @Nullable default String getIdentifier()
This property is required on secondary artifacts.
@Stability(value=Stable) static ArtifactsProps.Builder builder()
ArtifactsProps.Builder of ArtifactsPropsCopyright © 2022. All rights reserved.