Interface ListInputDevicesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListInputDevicesResponse.Builder,ListInputDevicesResponse>,MediaLiveResponse.Builder,SdkBuilder<ListInputDevicesResponse.Builder,ListInputDevicesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListInputDevicesResponse
public static interface ListInputDevicesResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListInputDevicesResponse.Builder,ListInputDevicesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInputDevicesResponse.BuilderinputDevices(Collection<InputDeviceSummary> inputDevices)The list of input devices.ListInputDevicesResponse.BuilderinputDevices(Consumer<InputDeviceSummary.Builder>... inputDevices)The list of input devices.ListInputDevicesResponse.BuilderinputDevices(InputDeviceSummary... inputDevices)The list of input devices.ListInputDevicesResponse.BuildernextToken(String nextToken)A token to get additional list results.-
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
-
inputDevices
ListInputDevicesResponse.Builder inputDevices(Collection<InputDeviceSummary> inputDevices)
The list of input devices.- Parameters:
inputDevices- The list of input devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDevices
ListInputDevicesResponse.Builder inputDevices(InputDeviceSummary... inputDevices)
The list of input devices.- Parameters:
inputDevices- The list of input devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDevices
ListInputDevicesResponse.Builder inputDevices(Consumer<InputDeviceSummary.Builder>... inputDevices)
The list of input devices. This is a convenience method that creates an instance of theInputDeviceSummary.Builderavoiding the need to create one manually viaInputDeviceSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#inputDevices(List.) - Parameters:
inputDevices- a consumer that will call methods onInputDeviceSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#inputDevices(java.util.Collection)
-
nextToken
ListInputDevicesResponse.Builder nextToken(String nextToken)
A token to get additional list results.- Parameters:
nextToken- A token to get additional list results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-