public static interface UpdateStreamProcessorRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<UpdateStreamProcessorRequest.Builder,UpdateStreamProcessorRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateStreamProcessorRequest.Builder |
dataSharingPreferenceForUpdate(Consumer<StreamProcessorDataSharingPreference.Builder> dataSharingPreferenceForUpdate)
Shows whether you are sharing data with Rekognition to improve model performance.
|
UpdateStreamProcessorRequest.Builder |
dataSharingPreferenceForUpdate(StreamProcessorDataSharingPreference dataSharingPreferenceForUpdate)
Shows whether you are sharing data with Rekognition to improve model performance.
|
UpdateStreamProcessorRequest.Builder |
name(String name)
Name of the stream processor that you want to update.
|
UpdateStreamProcessorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateStreamProcessorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateStreamProcessorRequest.Builder |
parametersToDelete(Collection<StreamProcessorParameterToDelete> parametersToDelete)
A list of parameters you want to delete from the stream processor.
|
UpdateStreamProcessorRequest.Builder |
parametersToDelete(StreamProcessorParameterToDelete... parametersToDelete)
A list of parameters you want to delete from the stream processor.
|
UpdateStreamProcessorRequest.Builder |
parametersToDeleteWithStrings(Collection<String> parametersToDelete)
A list of parameters you want to delete from the stream processor.
|
UpdateStreamProcessorRequest.Builder |
parametersToDeleteWithStrings(String... parametersToDelete)
A list of parameters you want to delete from the stream processor.
|
UpdateStreamProcessorRequest.Builder |
regionsOfInterestForUpdate(Collection<RegionOfInterest> regionsOfInterestForUpdate)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
UpdateStreamProcessorRequest.Builder |
regionsOfInterestForUpdate(Consumer<RegionOfInterest.Builder>... regionsOfInterestForUpdate)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
UpdateStreamProcessorRequest.Builder |
regionsOfInterestForUpdate(RegionOfInterest... regionsOfInterestForUpdate)
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
default UpdateStreamProcessorRequest.Builder |
settingsForUpdate(Consumer<StreamProcessorSettingsForUpdate.Builder> settingsForUpdate)
The stream processor settings that you want to update.
|
UpdateStreamProcessorRequest.Builder |
settingsForUpdate(StreamProcessorSettingsForUpdate settingsForUpdate)
The stream processor settings that you want to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateStreamProcessorRequest.Builder name(String name)
Name of the stream processor that you want to update.
name - Name of the stream processor that you want to update.UpdateStreamProcessorRequest.Builder settingsForUpdate(StreamProcessorSettingsForUpdate settingsForUpdate)
The stream processor settings that you want to update. Label detection settings can be updated to detect different labels with a different minimum confidence.
settingsForUpdate - The stream processor settings that you want to update. Label detection settings can be updated to
detect different labels with a different minimum confidence.default UpdateStreamProcessorRequest.Builder settingsForUpdate(Consumer<StreamProcessorSettingsForUpdate.Builder> settingsForUpdate)
The stream processor settings that you want to update. Label detection settings can be updated to detect different labels with a different minimum confidence.
This is a convenience method that creates an instance of theStreamProcessorSettingsForUpdate.Builder
avoiding the need to create one manually via StreamProcessorSettingsForUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to settingsForUpdate(StreamProcessorSettingsForUpdate).
settingsForUpdate - a consumer that will call methods on StreamProcessorSettingsForUpdate.BuildersettingsForUpdate(StreamProcessorSettingsForUpdate)UpdateStreamProcessorRequest.Builder regionsOfInterestForUpdate(Collection<RegionOfInterest> regionsOfInterestForUpdate)
Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.
regionsOfInterestForUpdate - Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an
optional parameter for label detection stream processors.UpdateStreamProcessorRequest.Builder regionsOfInterestForUpdate(RegionOfInterest... regionsOfInterestForUpdate)
Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.
regionsOfInterestForUpdate - Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an
optional parameter for label detection stream processors.UpdateStreamProcessorRequest.Builder regionsOfInterestForUpdate(Consumer<RegionOfInterest.Builder>... regionsOfInterestForUpdate)
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 #regionsOfInterestForUpdate(List.
regionsOfInterestForUpdate - a consumer that will call methods on
RegionOfInterest.Builder#regionsOfInterestForUpdate(java.util.Collection) UpdateStreamProcessorRequest.Builder dataSharingPreferenceForUpdate(StreamProcessorDataSharingPreference dataSharingPreferenceForUpdate)
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.
dataSharingPreferenceForUpdate - 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 UpdateStreamProcessorRequest.Builder dataSharingPreferenceForUpdate(Consumer<StreamProcessorDataSharingPreference.Builder> dataSharingPreferenceForUpdate)
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
dataSharingPreferenceForUpdate(StreamProcessorDataSharingPreference).
dataSharingPreferenceForUpdate - a consumer that will call methods on StreamProcessorDataSharingPreference.BuilderdataSharingPreferenceForUpdate(StreamProcessorDataSharingPreference)UpdateStreamProcessorRequest.Builder parametersToDeleteWithStrings(Collection<String> parametersToDelete)
A list of parameters you want to delete from the stream processor.
parametersToDelete - A list of parameters you want to delete from the stream processor.UpdateStreamProcessorRequest.Builder parametersToDeleteWithStrings(String... parametersToDelete)
A list of parameters you want to delete from the stream processor.
parametersToDelete - A list of parameters you want to delete from the stream processor.UpdateStreamProcessorRequest.Builder parametersToDelete(Collection<StreamProcessorParameterToDelete> parametersToDelete)
A list of parameters you want to delete from the stream processor.
parametersToDelete - A list of parameters you want to delete from the stream processor.UpdateStreamProcessorRequest.Builder parametersToDelete(StreamProcessorParameterToDelete... parametersToDelete)
A list of parameters you want to delete from the stream processor.
parametersToDelete - A list of parameters you want to delete from the stream processor.UpdateStreamProcessorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateStreamProcessorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.