@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.049Z") @Stability(value=Experimental) 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()
(experimental) The S3 bucket.
|
String |
getKey()
(experimental) The S3 key.
|
default String |
getVersion()
(experimental) An optional version.
|
@Stability(value=Experimental) @NotNull String getBucket()
@Stability(value=Experimental) @NotNull String getKey()
@Stability(value=Experimental) @Nullable default String getVersion()
Default: - latest version
@Stability(value=Experimental) static ApiDefinitionS3Location.Builder builder()
ApiDefinitionS3Location.Builder of ApiDefinitionS3LocationCopyright © 2022. All rights reserved.