@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:26.929Z") @Stability(value=Experimental) 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()
(experimental) The e-tag of the S3 version of the object that triggered the build.
|
String |
getVersionId()
(experimental) The identifier of the S3 version of the object that triggered the build.
|
@Stability(value=Experimental) @NotNull String getETag()
@Stability(value=Experimental) @NotNull String getVersionId()
@Stability(value=Experimental) static S3SourceVariables.Builder builder()
S3SourceVariables.Builder of S3SourceVariablesCopyright © 2022. All rights reserved.