@Stability(value=Stable)
public static interface CfnStreamProcessor.S3DestinationProperty
extends software.amazon.jsii.JsiiSerializable
These results include the name of the stream processor resource, the session ID of the stream processing session, and labeled timestamps and bounding boxes for detected labels. For more information, see S3Destination .
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.rekognition.*;
S3DestinationProperty s3DestinationProperty = S3DestinationProperty.builder()
.bucketName("bucketName")
// the properties below are optional
.objectKeyPrefix("objectKeyPrefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStreamProcessor.S3DestinationProperty.Builder
A builder for
CfnStreamProcessor.S3DestinationProperty |
static class |
CfnStreamProcessor.S3DestinationProperty.Jsii$Proxy
An implementation for
CfnStreamProcessor.S3DestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStreamProcessor.S3DestinationProperty.Builder |
builder() |
String |
getBucketName()
Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name of a stream processor's exports.
|
default String |
getObjectKeyPrefix()
Describes the destination Amazon Simple Storage Service (Amazon S3) object keys of a stream processor's exports.
|
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @Nullable default String getObjectKeyPrefix()
@Stability(value=Stable) static CfnStreamProcessor.S3DestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.