Interface VideoStandardOutputConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VideoStandardOutputConfiguration.Builder,VideoStandardOutputConfiguration>,SdkBuilder<VideoStandardOutputConfiguration.Builder,VideoStandardOutputConfiguration>,SdkPojo
- Enclosing class:
- VideoStandardOutputConfiguration
public static interface VideoStandardOutputConfiguration.Builder extends SdkPojo, CopyableBuilder<VideoStandardOutputConfiguration.Builder,VideoStandardOutputConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default VideoStandardOutputConfiguration.Builderextraction(Consumer<VideoStandardExtraction.Builder> extraction)Sets the value of the Extraction property for this object.VideoStandardOutputConfiguration.Builderextraction(VideoStandardExtraction extraction)Sets the value of the Extraction property for this object.default VideoStandardOutputConfiguration.BuildergenerativeField(Consumer<VideoStandardGenerativeField.Builder> generativeField)Sets the value of the GenerativeField property for this object.VideoStandardOutputConfiguration.BuildergenerativeField(VideoStandardGenerativeField generativeField)Sets the value of the GenerativeField property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
extraction
VideoStandardOutputConfiguration.Builder extraction(VideoStandardExtraction 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:
extraction(VideoStandardExtraction)
-
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:
generativeField(VideoStandardGenerativeField)
-
-