@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.083Z") @Stability(value=Stable) public interface ApiDefinitionS3Location 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.apigateway.*;
ApiDefinitionS3Location apiDefinitionS3Location = ApiDefinitionS3Location.builder()
.bucket("bucket")
.key("key")
// the properties below are optional
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApiDefinitionS3Location.Builder
A builder for
ApiDefinitionS3Location |
static class |
ApiDefinitionS3Location.Jsii$Proxy
An implementation for
ApiDefinitionS3Location |
| Modifier and Type | Method and Description |
|---|---|
static ApiDefinitionS3Location.Builder |
builder() |
String |
getBucket()
The S3 bucket.
|
String |
getKey()
The S3 key.
|
default String |
getVersion()
An optional version.
|
@Stability(value=Stable) @NotNull String getBucket()
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @Nullable default String getVersion()
Default: - latest version
@Stability(value=Stable) static ApiDefinitionS3Location.Builder builder()
ApiDefinitionS3Location.Builder of ApiDefinitionS3LocationCopyright © 2022. All rights reserved.