Interface SrtSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SrtSettings.Builder,
,SrtSettings> SdkBuilder<SrtSettings.Builder,
,SrtSettings> SdkPojo
- Enclosing class:
SrtSettings
public static interface SrtSettings.Builder
extends SdkPojo, CopyableBuilder<SrtSettings.Builder,SrtSettings>
-
Method Summary
Modifier and TypeMethodDescriptionsrtCallerSources
(Collection<SrtCallerSource> srtCallerSources) Sets the value of the SrtCallerSources property for this object.srtCallerSources
(Consumer<SrtCallerSource.Builder>... srtCallerSources) Sets the value of the SrtCallerSources property for this object.srtCallerSources
(SrtCallerSource... srtCallerSources) Sets the value of the SrtCallerSources 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, sdkFields
-
Method Details
-
srtCallerSources
Sets the value of the SrtCallerSources property for this object.- Parameters:
srtCallerSources
- The new value for the SrtCallerSources property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
srtCallerSources
Sets the value of the SrtCallerSources property for this object.- Parameters:
srtCallerSources
- The new value for the SrtCallerSources property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
srtCallerSources
Sets the value of the SrtCallerSources property for this object. This is a convenience method that creates an instance of theSrtCallerSource.Builder
avoiding the need to create one manually viaSrtCallerSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosrtCallerSources(List<SrtCallerSource>)
.- Parameters:
srtCallerSources
- a consumer that will call methods onSrtCallerSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-