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 |
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 |
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 |
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 |
roleArn(String roleArn)
ARN of the IAM role that allows access to the stream processor.
|
default DescribeStreamProcessorResponse.Builder |
settings(Consumer<StreamProcessorSettings.Builder> settings)
Face recognition input parameters that are being used by the stream processor.
|
DescribeStreamProcessorResponse.Builder |
settings(StreamProcessorSettings settings)
Face recognition input parameters that are being used by the 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeStreamProcessorResponse.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
,
StreamProcessorStatus
DescribeStreamProcessorResponse.Builder status(StreamProcessorStatus status)
Current status of the stream processor.
status
- Current status of the stream processor.StreamProcessorStatus
,
StreamProcessorStatus
DescribeStreamProcessorResponse.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 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.Builder
input(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 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.Builder
output(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)
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
settings
- Face recognition input parameters that are being used by the stream processor. Includes the collection
to use for face recognition and the face attributes to detect.default DescribeStreamProcessorResponse.Builder settings(Consumer<StreamProcessorSettings.Builder> settings)
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
This is a convenience that creates an instance of theStreamProcessorSettings.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.Builder
settings(StreamProcessorSettings)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.