@Stability(value=Stable)
public static interface CfnHttpApi.S3LocationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
S3LocationProperty s3LocationProperty = S3LocationProperty.builder()
.bucket("bucket")
.key("key")
.version(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHttpApi.S3LocationProperty.Builder
A builder for
CfnHttpApi.S3LocationProperty |
static class |
CfnHttpApi.S3LocationProperty.Jsii$Proxy
An implementation for
CfnHttpApi.S3LocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnHttpApi.S3LocationProperty.Builder |
builder() |
String |
getBucket()
`CfnHttpApi.S3LocationProperty.Bucket`.
|
String |
getKey()
`CfnHttpApi.S3LocationProperty.Key`.
|
Number |
getVersion()
`CfnHttpApi.S3LocationProperty.Version`.
|
@Stability(value=Stable) @NotNull String getBucket()
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull Number getVersion()
@Stability(value=Stable) static CfnHttpApi.S3LocationProperty.Builder builder()
Copyright © 2022. All rights reserved.