Interface VideoStandardOutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VideoStandardOutputConfiguration.Builder,,VideoStandardOutputConfiguration> SdkBuilder<VideoStandardOutputConfiguration.Builder,,VideoStandardOutputConfiguration> SdkPojo
- Enclosing class:
VideoStandardOutputConfiguration
@Mutable
@NotThreadSafe
public static interface VideoStandardOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<VideoStandardOutputConfiguration.Builder,VideoStandardOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionextraction(Consumer<VideoStandardExtraction.Builder> extraction) Sets the value of the Extraction property for this object.extraction(VideoStandardExtraction extraction) Sets the value of the Extraction property for this object.generativeField(Consumer<VideoStandardGenerativeField.Builder> generativeField) Sets the value of the GenerativeField property for this object.generativeField(VideoStandardGenerativeField generativeField) Sets the value of the GenerativeField property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
extraction
Sets the value of the Extraction property for this object.- Parameters:
extraction- The new value for the Extraction property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extraction
default VideoStandardOutputConfiguration.Builder extraction(Consumer<VideoStandardExtraction.Builder> extraction) Sets the value of the Extraction property for this object. This is a convenience method that creates an instance of theVideoStandardExtraction.Builderavoiding the need to create one manually viaVideoStandardExtraction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toextraction(VideoStandardExtraction).- Parameters:
extraction- a consumer that will call methods onVideoStandardExtraction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
generativeField
VideoStandardOutputConfiguration.Builder generativeField(VideoStandardGenerativeField generativeField) Sets the value of the GenerativeField property for this object.- Parameters:
generativeField- The new value for the GenerativeField property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generativeField
default VideoStandardOutputConfiguration.Builder generativeField(Consumer<VideoStandardGenerativeField.Builder> generativeField) Sets the value of the GenerativeField property for this object. This is a convenience method that creates an instance of theVideoStandardGenerativeField.Builderavoiding the need to create one manually viaVideoStandardGenerativeField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togenerativeField(VideoStandardGenerativeField).- Parameters:
generativeField- a consumer that will call methods onVideoStandardGenerativeField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-