Interface BatchGetRouterOutputError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetRouterOutputError.Builder,,BatchGetRouterOutputError> SdkBuilder<BatchGetRouterOutputError.Builder,,BatchGetRouterOutputError> SdkPojo
- Enclosing class:
BatchGetRouterOutputError
@Mutable
@NotThreadSafe
public static interface BatchGetRouterOutputError.Builder
extends SdkPojo, CopyableBuilder<BatchGetRouterOutputError.Builder,BatchGetRouterOutputError>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the router output for which the error occurred.The error code associated with the error.A message describing the error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the router output for which the error occurred.
- Parameters:
arn- The Amazon Resource Name (ARN) of the router output for which the error occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The error code associated with the error.
- Parameters:
code- The error code associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A message describing the error.
- Parameters:
message- A message describing the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-