Interface StandardOutputConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StandardOutputConfiguration.Builder,,- StandardOutputConfiguration> - SdkBuilder<StandardOutputConfiguration.Builder,,- StandardOutputConfiguration> - SdkPojo
- Enclosing class:
- StandardOutputConfiguration
@Mutable
@NotThreadSafe
public static interface StandardOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<StandardOutputConfiguration.Builder,StandardOutputConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the Audio property for this object.Sets the value of the Audio property for this object.Sets the value of the Document property for this object.document(DocumentStandardOutputConfiguration document) Sets the value of the Document property for this object.Sets the value of the Image property for this object.Sets the value of the Image property for this object.Sets the value of the Video property for this object.Sets the value of the Video property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
documentSets the value of the Document property for this object.- Parameters:
- document- The new value for the Document property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
documentdefault StandardOutputConfiguration.Builder document(Consumer<DocumentStandardOutputConfiguration.Builder> document) Sets the value of the Document property for this object. This is a convenience method that creates an instance of theDocumentStandardOutputConfiguration.Builderavoiding the need to create one manually viaDocumentStandardOutputConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todocument(DocumentStandardOutputConfiguration).- Parameters:
- document- a consumer that will call methods on- DocumentStandardOutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
imageSets the value of the Image property for this object.- Parameters:
- image- The new value for the Image property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imagedefault StandardOutputConfiguration.Builder image(Consumer<ImageStandardOutputConfiguration.Builder> image) Sets the value of the Image property for this object. This is a convenience method that creates an instance of theImageStandardOutputConfiguration.Builderavoiding the need to create one manually viaImageStandardOutputConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimage(ImageStandardOutputConfiguration).- Parameters:
- image- a consumer that will call methods on- ImageStandardOutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
videoSets the value of the Video property for this object.- Parameters:
- video- The new value for the Video property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
videodefault StandardOutputConfiguration.Builder video(Consumer<VideoStandardOutputConfiguration.Builder> video) Sets the value of the Video property for this object. This is a convenience method that creates an instance of theVideoStandardOutputConfiguration.Builderavoiding the need to create one manually viaVideoStandardOutputConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovideo(VideoStandardOutputConfiguration).- Parameters:
- video- a consumer that will call methods on- VideoStandardOutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
audioSets the value of the Audio property for this object.- Parameters:
- audio- The new value for the Audio property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
audiodefault StandardOutputConfiguration.Builder audio(Consumer<AudioStandardOutputConfiguration.Builder> audio) Sets the value of the Audio property for this object. This is a convenience method that creates an instance of theAudioStandardOutputConfiguration.Builderavoiding the need to create one manually viaAudioStandardOutputConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaudio(AudioStandardOutputConfiguration).- Parameters:
- audio- a consumer that will call methods on- AudioStandardOutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-