@Deprecated
public static interface CfnApiV2.BodyS3LocationProperty
// 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.*; BodyS3LocationProperty bodyS3LocationProperty = BodyS3LocationProperty.builder() .bucket("bucket") .etag("etag") .key("key") .version("version") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApiV2.BodyS3LocationProperty.Builder
Deprecated.
|
static class |
CfnApiV2.BodyS3LocationProperty.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CfnApiV2.BodyS3LocationProperty.Builder |
builder()
Deprecated.
|
default java.lang.String |
getBucket()
Deprecated.
|
default java.lang.String |
getEtag()
Deprecated.
|
default java.lang.String |
getKey()
Deprecated.
|
default java.lang.String |
getVersion()
Deprecated.
|
@Deprecated default java.lang.String getBucket()
@Deprecated default java.lang.String getEtag()
@Deprecated default java.lang.String getKey()
@Deprecated default java.lang.String getVersion()
@Deprecated static CfnApiV2.BodyS3LocationProperty.Builder builder()