Interface SrtSettingsRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SrtSettingsRequest.Builder,SrtSettingsRequest>,SdkBuilder<SrtSettingsRequest.Builder,SrtSettingsRequest>,SdkPojo
- Enclosing class:
- SrtSettingsRequest
public static interface SrtSettingsRequest.Builder extends SdkPojo, CopyableBuilder<SrtSettingsRequest.Builder,SrtSettingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SrtSettingsRequest.BuildersrtCallerSources(Collection<SrtCallerSourceRequest> srtCallerSources)Sets the value of the SrtCallerSources property for this object.SrtSettingsRequest.BuildersrtCallerSources(Consumer<SrtCallerSourceRequest.Builder>... srtCallerSources)Sets the value of the SrtCallerSources property for this object.SrtSettingsRequest.BuildersrtCallerSources(SrtCallerSourceRequest... 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
SrtSettingsRequest.Builder srtCallerSources(Collection<SrtCallerSourceRequest> 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
SrtSettingsRequest.Builder srtCallerSources(SrtCallerSourceRequest... 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
SrtSettingsRequest.Builder srtCallerSources(Consumer<SrtCallerSourceRequest.Builder>... srtCallerSources)
Sets the value of the SrtCallerSources property for this object. This is a convenience method that creates an instance of theSrtCallerSourceRequest.Builderavoiding the need to create one manually viaSrtCallerSourceRequest.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 onSrtCallerSourceRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#srtCallerSources(java.util.Collection)
-
-