Interface GetRouterInputResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRouterInputResponse.Builder,,GetRouterInputResponse> MediaConnectResponse.Builder,SdkBuilder<GetRouterInputResponse.Builder,,GetRouterInputResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetRouterInputResponse
@Mutable
@NotThreadSafe
public static interface GetRouterInputResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<GetRouterInputResponse.Builder,GetRouterInputResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetRouterInputResponse.BuilderrouterInput(Consumer<RouterInput.Builder> routerInput) The details of the requested router input, including its configuration, state, and other attributes.routerInput(RouterInput routerInput) The details of the requested router input, including its configuration, state, and other attributes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
routerInput
The details of the requested router input, including its configuration, state, and other attributes.
- Parameters:
routerInput- The details of the requested router input, including its configuration, state, and other attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routerInput
The details of the requested router input, including its configuration, state, and other attributes.
This is a convenience method that creates an instance of theRouterInput.Builderavoiding the need to create one manually viaRouterInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torouterInput(RouterInput).- Parameters:
routerInput- a consumer that will call methods onRouterInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-