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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SrtSettings.BuildersrtCallerSources(Collection<SrtCallerSource> srtCallerSources)Sets the value of the SrtCallerSources property for this object.SrtSettings.BuildersrtCallerSources(Consumer<SrtCallerSource.Builder>... srtCallerSources)Sets the value of the SrtCallerSources property for this object.SrtSettings.BuildersrtCallerSources(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
srtCallerSources
SrtSettings.Builder srtCallerSources(Collection<SrtCallerSource> 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
SrtSettings.Builder srtCallerSources(SrtCallerSource... 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
SrtSettings.Builder srtCallerSources(Consumer<SrtCallerSource.Builder>... srtCallerSources)
Sets the value of the SrtCallerSources property for this object. This is a convenience method that creates an instance of theSrtCallerSource.Builderavoiding the need to create one manually viaSrtCallerSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#srtCallerSources(List.) - 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:
#srtCallerSources(java.util.Collection)
-
-