@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.564Z") @Stability(value=Stable) public interface S3SourceVariables 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.codepipeline.actions.*;
S3SourceVariables s3SourceVariables = S3SourceVariables.builder()
.eTag("eTag")
.versionId("versionId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3SourceVariables.Builder
A builder for
S3SourceVariables |
static class |
S3SourceVariables.Jsii$Proxy
An implementation for
S3SourceVariables |
| Modifier and Type | Method and Description |
|---|---|
static S3SourceVariables.Builder |
builder() |
String |
getETag()
The e-tag of the S3 version of the object that triggered the build.
|
String |
getVersionId()
The identifier of the S3 version of the object that triggered the build.
|
@Stability(value=Stable) @NotNull String getETag()
@Stability(value=Stable) @NotNull String getVersionId()
@Stability(value=Stable) static S3SourceVariables.Builder builder()
S3SourceVariables.Builder of S3SourceVariablesCopyright © 2022. All rights reserved.