Interface ListSdiSourcesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSdiSourcesResponse.Builder,
,ListSdiSourcesResponse> MediaLiveResponse.Builder
,SdkBuilder<ListSdiSourcesResponse.Builder,
,ListSdiSourcesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListSdiSourcesResponse
@Mutable
@NotThreadSafe
public static interface ListSdiSourcesResponse.Builder
extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListSdiSourcesResponse.Builder,ListSdiSourcesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the NextToken property for this object.sdiSources
(Collection<SdiSourceSummary> sdiSources) Sets the value of the SdiSources property for this object.sdiSources
(Consumer<SdiSourceSummary.Builder>... sdiSources) Sets the value of the SdiSources property for this object.sdiSources
(SdiSourceSummary... sdiSources) Sets the value of the SdiSources property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken
- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sdiSources
Sets the value of the SdiSources property for this object.- Parameters:
sdiSources
- The new value for the SdiSources property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sdiSources
Sets the value of the SdiSources property for this object.- Parameters:
sdiSources
- The new value for the SdiSources property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sdiSources
Sets the value of the SdiSources property for this object. This is a convenience method that creates an instance of theSdiSourceSummary.Builder
avoiding the need to create one manually viaSdiSourceSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosdiSources(List<SdiSourceSummary>)
.- Parameters:
sdiSources
- a consumer that will call methods onSdiSourceSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-