Interface GetRouterOutputResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRouterOutputResponse.Builder,,GetRouterOutputResponse> MediaConnectResponse.Builder,SdkBuilder<GetRouterOutputResponse.Builder,,GetRouterOutputResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetRouterOutputResponse
@Mutable
@NotThreadSafe
public static interface GetRouterOutputResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<GetRouterOutputResponse.Builder,GetRouterOutputResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetRouterOutputResponse.BuilderrouterOutput(Consumer<RouterOutput.Builder> routerOutput) The details of the requested router output, including its configuration, state, and other attributes.routerOutput(RouterOutput routerOutput) The details of the requested router output, 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
-
routerOutput
The details of the requested router output, including its configuration, state, and other attributes.
- Parameters:
routerOutput- The details of the requested router output, including its configuration, state, and other attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routerOutput
The details of the requested router output, including its configuration, state, and other attributes.
This is a convenience method that creates an instance of theRouterOutput.Builderavoiding the need to create one manually viaRouterOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torouterOutput(RouterOutput).- Parameters:
routerOutput- a consumer that will call methods onRouterOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-