Interface ListSignalMapsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSignalMapsResponse.Builder,
,ListSignalMapsResponse> MediaLiveResponse.Builder
,SdkBuilder<ListSignalMapsResponse.Builder,
,ListSignalMapsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListSignalMapsResponse
public static interface ListSignalMapsResponse.Builder
extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListSignalMapsResponse.Builder,ListSignalMapsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA token used to retrieve the next set of results in paginated list responses.signalMaps
(Collection<SignalMapSummary> signalMaps) Sets the value of the SignalMaps property for this object.signalMaps
(Consumer<SignalMapSummary.Builder>... signalMaps) Sets the value of the SignalMaps property for this object.signalMaps
(SignalMapSummary... signalMaps) Sets the value of the SignalMaps 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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
A token used to retrieve the next set of results in paginated list responses.- Parameters:
nextToken
- A token used to retrieve the next set of results in paginated list responses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalMaps
Sets the value of the SignalMaps property for this object.- Parameters:
signalMaps
- The new value for the SignalMaps property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalMaps
Sets the value of the SignalMaps property for this object.- Parameters:
signalMaps
- The new value for the SignalMaps property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalMaps
Sets the value of the SignalMaps property for this object. This is a convenience method that creates an instance of theSignalMapSummary.Builder
avoiding the need to create one manually viaSignalMapSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosignalMaps(List<SignalMapSummary>)
.- Parameters:
signalMaps
- a consumer that will call methods onSignalMapSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-