Interface S3SourceVariables
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
S3SourceVariables.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:48.490Z")
@Stability(Stable)
public interface S3SourceVariables
extends software.amazon.jsii.JsiiSerializable
The CodePipeline variables emitted by the S3 source Action.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forS3SourceVariables
static final class
An implementation forS3SourceVariables
-
Method Summary
Modifier and TypeMethodDescriptionstatic S3SourceVariables.Builder
builder()
getETag()
The e-tag of the S3 version of the object that triggered the build.The identifier of the S3 version of the object that triggered the build.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getETag
The e-tag of the S3 version of the object that triggered the build. -
getVersionId
The identifier of the S3 version of the object that triggered the build. -
builder
- Returns:
- a
S3SourceVariables.Builder
ofS3SourceVariables
-