public static interface StreamProcessor.Builder extends SdkPojo, CopyableBuilder<StreamProcessor.Builder,StreamProcessor>
Modifier and Type | Method and Description |
---|---|
StreamProcessor.Builder |
name(String name)
Name of the Amazon Rekognition stream processor.
|
StreamProcessor.Builder |
status(StreamProcessorStatus status)
Current status of the Amazon Rekognition stream processor.
|
StreamProcessor.Builder |
status(String status)
Current status of the Amazon Rekognition stream processor.
|
copy
applyMutation, build
StreamProcessor.Builder name(String name)
Name of the Amazon Rekognition stream processor.
name
- Name of the Amazon Rekognition stream processor.StreamProcessor.Builder status(String status)
Current status of the Amazon Rekognition stream processor.
status
- Current status of the Amazon Rekognition stream processor.StreamProcessorStatus
,
StreamProcessorStatus
StreamProcessor.Builder status(StreamProcessorStatus status)
Current status of the Amazon Rekognition stream processor.
status
- Current status of the Amazon Rekognition stream processor.StreamProcessorStatus
,
StreamProcessorStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.