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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
-