Interface VirtualRouterStatus.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VirtualRouterStatus.Builder,,VirtualRouterStatus> SdkBuilder<VirtualRouterStatus.Builder,,VirtualRouterStatus> SdkPojo
- Enclosing class:
 VirtualRouterStatus
public static interface VirtualRouterStatus.Builder
extends SdkPojo, CopyableBuilder<VirtualRouterStatus.Builder,VirtualRouterStatus> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe current status of the virtual router.status(VirtualRouterStatusCode status) The current status of the virtual router.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
- 
status
The current status of the virtual router.
- Parameters:
 status- The current status of the virtual router.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The current status of the virtual router.
- Parameters:
 status- The current status of the virtual router.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -