@Stability(value=Stable)
public static interface CfnBot.S3LocationProperty
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.lex.*;
S3LocationProperty s3LocationProperty = S3LocationProperty.builder()
.s3Bucket("s3Bucket")
.s3ObjectKey("s3ObjectKey")
// the properties below are optional
.s3ObjectVersion("s3ObjectVersion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.S3LocationProperty.Builder
A builder for
CfnBot.S3LocationProperty |
static class |
CfnBot.S3LocationProperty.Jsii$Proxy
An implementation for
CfnBot.S3LocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.S3LocationProperty.Builder |
builder() |
String |
getS3Bucket()
The S3 bucket name.
|
String |
getS3ObjectKey()
The path and file name to the object in the S3 bucket.
|
default String |
getS3ObjectVersion()
The version of the object in the S3 bucket.
|
@Stability(value=Stable) @NotNull String getS3Bucket()
@Stability(value=Stable) @NotNull String getS3ObjectKey()
@Stability(value=Stable) @Nullable default String getS3ObjectVersion()
@Stability(value=Stable) static CfnBot.S3LocationProperty.Builder builder()
CfnBot.S3LocationProperty.Builder of CfnBot.S3LocationPropertyCopyright © 2022. All rights reserved.