Interface BatchGetRouterOutputResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetRouterOutputResponse.Builder,,BatchGetRouterOutputResponse> MediaConnectResponse.Builder,SdkBuilder<BatchGetRouterOutputResponse.Builder,,BatchGetRouterOutputResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchGetRouterOutputResponse
@Mutable
@NotThreadSafe
public static interface BatchGetRouterOutputResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<BatchGetRouterOutputResponse.Builder,BatchGetRouterOutputResponse>
-
Method Summary
Modifier and TypeMethodDescriptionerrors(Collection<BatchGetRouterOutputError> errors) An array of errors that occurred when retrieving the requested router outputs.errors(Consumer<BatchGetRouterOutputError.Builder>... errors) An array of errors that occurred when retrieving the requested router outputs.errors(BatchGetRouterOutputError... errors) An array of errors that occurred when retrieving the requested router outputs.routerOutputs(Collection<RouterOutput> routerOutputs) An array of router outputs that were successfully retrieved.routerOutputs(Consumer<RouterOutput.Builder>... routerOutputs) An array of router outputs that were successfully retrieved.routerOutputs(RouterOutput... routerOutputs) An array of router outputs that were successfully retrieved.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
-
routerOutputs
An array of router outputs that were successfully retrieved.
- Parameters:
routerOutputs- An array of router outputs that were successfully retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routerOutputs
An array of router outputs that were successfully retrieved.
- Parameters:
routerOutputs- An array of router outputs that were successfully retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routerOutputs
An array of router outputs that were successfully retrieved.
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 torouterOutputs(List<RouterOutput>).- Parameters:
routerOutputs- 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:
-
errors
An array of errors that occurred when retrieving the requested router outputs.
- Parameters:
errors- An array of errors that occurred when retrieving the requested router outputs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
An array of errors that occurred when retrieving the requested router outputs.
- Parameters:
errors- An array of errors that occurred when retrieving the requested router outputs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
An array of errors that occurred when retrieving the requested router outputs.
This is a convenience method that creates an instance of theBatchGetRouterOutputError.Builderavoiding the need to create one manually viaBatchGetRouterOutputError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrors(List<BatchGetRouterOutputError>).- Parameters:
errors- a consumer that will call methods onBatchGetRouterOutputError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-