Interface AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails.Builder,,AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails> SdkBuilder<AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails.Builder,,AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails> SdkPojo
- Enclosing class:
 AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails
public static interface AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails.Builder,AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionDefines the secondary Region.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
- 
route
Defines the secondary Region.
- Parameters:
 route- Defines the secondary Region.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -