public static interface DescribeStreamProcessorResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<DescribeStreamProcessorResponse.Builder,DescribeStreamProcessorResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeStreamProcessorResponse.Builder |
creationTimestamp(Instant creationTimestamp)
Date and time the stream processor was created
|
default DescribeStreamProcessorResponse.Builder |
dataSharingPreference(Consumer<StreamProcessorDataSharingPreference.Builder> dataSharingPreference)
Shows whether you are sharing data with Rekognition to improve model performance.
|
DescribeStreamProcessorResponse.Builder |
dataSharingPreference(StreamProcessorDataSharingPreference dataSharingPreference)
Shows whether you are sharing data with Rekognition to improve model performance.
|
default DescribeStreamProcessorResponse.Builder |
input(Consumer<StreamProcessorInput.Builder> input)
Kinesis video stream that provides the source streaming video.
|
DescribeStreamProcessorResponse.Builder |
input(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
|
DescribeStreamProcessorResponse.Builder |
kmsKeyId(String kmsKeyId)
The identifier for your AWS Key Management Service key (AWS KMS key).
|
DescribeStreamProcessorResponse.Builder |
lastUpdateTimestamp(Instant lastUpdateTimestamp)
The time, in Unix format, the stream processor was last updated.
|
DescribeStreamProcessorResponse.Builder |
name(String name)
Name of the stream processor.
|
default DescribeStreamProcessorResponse.Builder |
notificationChannel(Consumer<StreamProcessorNotificationChannel.Builder> notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
DescribeStreamProcessorResponse.Builder |
notificationChannel(StreamProcessorNotificationChannel notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
default DescribeStreamProcessorResponse.Builder |
output(Consumer<StreamProcessorOutput.Builder> output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
|
DescribeStreamProcessorResponse.Builder |
output(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
|
DescribeStreamProcessorResponse.Builder |
regionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
DescribeStreamProcessorResponse.Builder |
regionsOfInterest(Consumer<RegionOfInterest.Builder>... regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
DescribeStreamProcessorResponse.Builder |
regionsOfInterest(RegionOfInterest... regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
DescribeStreamProcessorResponse.Builder |
roleArn(String roleArn)
ARN of the IAM role that allows access to the stream processor.
|
default DescribeStreamProcessorResponse.Builder |
settings(Consumer<StreamProcessorSettings.Builder> settings)
Input parameters used in a streaming video analyzed by a stream processor.
|
DescribeStreamProcessorResponse.Builder |
settings(StreamProcessorSettings settings)
Input parameters used in a streaming video analyzed by a stream processor.
|
DescribeStreamProcessorResponse.Builder |
status(StreamProcessorStatus status)
Current status of the stream processor.
|
DescribeStreamProcessorResponse.Builder |
status(String status)
Current status of the stream processor.
|
DescribeStreamProcessorResponse.Builder |
statusMessage(String statusMessage)
Detailed status message about the stream processor.
|
DescribeStreamProcessorResponse.Builder |
streamProcessorArn(String streamProcessorArn)
ARN of the stream processor.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStreamProcessorResponse.Builder name(String name)
Name of the stream processor.
name - Name of the stream processor.DescribeStreamProcessorResponse.Builder streamProcessorArn(String streamProcessorArn)
ARN of the stream processor.
streamProcessorArn - ARN of the stream processor.DescribeStreamProcessorResponse.Builder status(String status)
Current status of the stream processor.
status - Current status of the stream processor.StreamProcessorStatus,
StreamProcessorStatusDescribeStreamProcessorResponse.Builder status(StreamProcessorStatus status)
Current status of the stream processor.
status - Current status of the stream processor.StreamProcessorStatus,
StreamProcessorStatusDescribeStreamProcessorResponse.Builder statusMessage(String statusMessage)
Detailed status message about the stream processor.
statusMessage - Detailed status message about the stream processor.DescribeStreamProcessorResponse.Builder creationTimestamp(Instant creationTimestamp)
Date and time the stream processor was created
creationTimestamp - Date and time the stream processor was createdDescribeStreamProcessorResponse.Builder lastUpdateTimestamp(Instant lastUpdateTimestamp)
The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.
lastUpdateTimestamp - The time, in Unix format, the stream processor was last updated. For example, when the stream
processor moves from a running state to a failed state, or when the user starts or stops the stream
processor.DescribeStreamProcessorResponse.Builder input(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
input - Kinesis video stream that provides the source streaming video.default DescribeStreamProcessorResponse.Builder input(Consumer<StreamProcessorInput.Builder> input)
Kinesis video stream that provides the source streaming video.
This is a convenience method that creates an instance of theStreamProcessorInput.Builder avoiding
the need to create one manually via StreamProcessorInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to input(StreamProcessorInput).
input - a consumer that will call methods on StreamProcessorInput.Builderinput(StreamProcessorInput)DescribeStreamProcessorResponse.Builder output(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
output - Kinesis data stream to which Amazon Rekognition Video puts the analysis results.default DescribeStreamProcessorResponse.Builder output(Consumer<StreamProcessorOutput.Builder> output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
This is a convenience method that creates an instance of theStreamProcessorOutput.Builder avoiding
the need to create one manually via StreamProcessorOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to output(StreamProcessorOutput).
output - a consumer that will call methods on StreamProcessorOutput.Builderoutput(StreamProcessorOutput)DescribeStreamProcessorResponse.Builder roleArn(String roleArn)
ARN of the IAM role that allows access to the stream processor.
roleArn - ARN of the IAM role that allows access to the stream processor.DescribeStreamProcessorResponse.Builder settings(StreamProcessorSettings settings)
Input parameters used in a streaming video analyzed by a stream processor. You can use
FaceSearch to recognize faces in a streaming video, or you can use ConnectedHome to
detect labels.
settings - Input parameters used in a streaming video analyzed by a stream processor. You can use
FaceSearch to recognize faces in a streaming video, or you can use
ConnectedHome to detect labels.default DescribeStreamProcessorResponse.Builder settings(Consumer<StreamProcessorSettings.Builder> settings)
Input parameters used in a streaming video analyzed by a stream processor. You can use
FaceSearch to recognize faces in a streaming video, or you can use ConnectedHome to
detect labels.
StreamProcessorSettings.Builder avoiding
the need to create one manually via StreamProcessorSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to settings(StreamProcessorSettings).
settings - a consumer that will call methods on StreamProcessorSettings.Buildersettings(StreamProcessorSettings)DescribeStreamProcessorResponse.Builder notificationChannel(StreamProcessorNotificationChannel notificationChannel)
notificationChannel - The new value for the NotificationChannel property for this object.default DescribeStreamProcessorResponse.Builder notificationChannel(Consumer<StreamProcessorNotificationChannel.Builder> notificationChannel)
StreamProcessorNotificationChannel.Builder avoiding the need to create one manually via
StreamProcessorNotificationChannel.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to notificationChannel(StreamProcessorNotificationChannel).
notificationChannel - a consumer that will call methods on StreamProcessorNotificationChannel.BuildernotificationChannel(StreamProcessorNotificationChannel)DescribeStreamProcessorResponse.Builder kmsKeyId(String kmsKeyId)
The identifier for your AWS Key Management Service key (AWS KMS key). This is an optional parameter for label detection stream processors.
kmsKeyId - The identifier for your AWS Key Management Service key (AWS KMS key). This is an optional parameter
for label detection stream processors.DescribeStreamProcessorResponse.Builder regionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.
regionsOfInterest - Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an
optional parameter for label detection stream processors.DescribeStreamProcessorResponse.Builder regionsOfInterest(RegionOfInterest... regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.
regionsOfInterest - Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an
optional parameter for label detection stream processors.DescribeStreamProcessorResponse.Builder regionsOfInterest(Consumer<RegionOfInterest.Builder>... regionsOfInterest)
Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.
This is a convenience method that creates an instance of theRegionOfInterest.Builder avoiding the need to
create one manually via RegionOfInterest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #regionsOfInterest(List.
regionsOfInterest - a consumer that will call methods on
RegionOfInterest.Builder#regionsOfInterest(java.util.Collection) DescribeStreamProcessorResponse.Builder dataSharingPreference(StreamProcessorDataSharingPreference dataSharingPreference)
Shows whether you are sharing data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.
dataSharingPreference - Shows whether you are sharing data with Rekognition to improve model performance. You can choose this
option at the account level or on a per-stream basis. Note that if you opt out at the account level
this setting is ignored on individual streams.default DescribeStreamProcessorResponse.Builder dataSharingPreference(Consumer<StreamProcessorDataSharingPreference.Builder> dataSharingPreference)
Shows whether you are sharing data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.
This is a convenience method that creates an instance of theStreamProcessorDataSharingPreference.Builder avoiding the need to create one manually via
StreamProcessorDataSharingPreference.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataSharingPreference(StreamProcessorDataSharingPreference).
dataSharingPreference - a consumer that will call methods on StreamProcessorDataSharingPreference.BuilderdataSharingPreference(StreamProcessorDataSharingPreference)Copyright © 2023. All rights reserved.