@Stability(value=Stable) public static final class S3SourceVariables.Builder extends Object implements software.amazon.jsii.Builder<S3SourceVariables>
S3SourceVariables| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
S3SourceVariables |
build()
Builds the configured instance.
|
S3SourceVariables.Builder |
eTag(String eTag)
Sets the value of
S3SourceVariables.getETag() |
S3SourceVariables.Builder |
versionId(String versionId)
Sets the value of
S3SourceVariables.getVersionId() |
@Stability(value=Stable) public S3SourceVariables.Builder eTag(String eTag)
S3SourceVariables.getETag()eTag - The e-tag of the S3 version of the object that triggered the build. This parameter is required.this@Stability(value=Stable) public S3SourceVariables.Builder versionId(String versionId)
S3SourceVariables.getVersionId()versionId - The identifier of the S3 version of the object that triggered the build. This parameter is required.this@Stability(value=Stable) public S3SourceVariables build()
build in interface software.amazon.jsii.Builder<S3SourceVariables>S3SourceVariablesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.