Interface ListInputsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListInputsResponse.Builder,
,ListInputsResponse> MediaLiveResponse.Builder
,SdkBuilder<ListInputsResponse.Builder,
,ListInputsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListInputsResponse
@Mutable
@NotThreadSafe
public static interface ListInputsResponse.Builder
extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListInputsResponse.Builder,ListInputsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninputs
(Collection<Input> inputs) Sets the value of the Inputs property for this object.inputs
(Consumer<Input.Builder>... inputs) Sets the value of the Inputs property for this object.Sets the value of the Inputs property for this object.Sets the value of the NextToken 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
-
inputs
Sets the value of the Inputs property for this object.- Parameters:
inputs
- The new value for the Inputs property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputs
Sets the value of the Inputs property for this object.- Parameters:
inputs
- The new value for the Inputs property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputs
Sets the value of the Inputs property for this object. This is a convenience method that creates an instance of theInput.Builder
avoiding the need to create one manually viaInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinputs(List<Input>)
.- Parameters:
inputs
- a consumer that will call methods onInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-