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
Modifier and TypeMethodDescriptionsrtCallerSources
(Collection<SrtCallerSourceRequest> srtCallerSources) Sets the value of the SrtCallerSources property for this object.srtCallerSources
(Consumer<SrtCallerSourceRequest.Builder>... srtCallerSources) Sets the value of the SrtCallerSources property for this object.srtCallerSources
(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, 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
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.Builder
avoiding the need to create one manually viaSrtCallerSourceRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosrtCallerSources(List<SrtCallerSourceRequest>)
.- 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:
-