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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSignalMapsResponse.BuildernextToken(String nextToken)A token used to retrieve the next set of results in paginated list responses.ListSignalMapsResponse.BuildersignalMaps(Collection<SignalMapSummary> signalMaps)Sets the value of the SignalMaps property for this object.ListSignalMapsResponse.BuildersignalMaps(Consumer<SignalMapSummary.Builder>... signalMaps)Sets the value of the SignalMaps property for this object.ListSignalMapsResponse.BuildersignalMaps(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListSignalMapsResponse.Builder nextToken(String 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
ListSignalMapsResponse.Builder signalMaps(Collection<SignalMapSummary> 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
ListSignalMapsResponse.Builder signalMaps(SignalMapSummary... 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
ListSignalMapsResponse.Builder signalMaps(Consumer<SignalMapSummary.Builder>... signalMaps)
Sets the value of the SignalMaps property for this object. This is a convenience method that creates an instance of theSignalMapSummary.Builderavoiding the need to create one manually viaSignalMapSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#signalMaps(List.) - 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:
#signalMaps(java.util.Collection)
-
-