Interface RouteAvoidanceZoneCategory.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteAvoidanceZoneCategory.Builder,
,RouteAvoidanceZoneCategory> SdkBuilder<RouteAvoidanceZoneCategory.Builder,
,RouteAvoidanceZoneCategory> SdkPojo
- Enclosing class:
RouteAvoidanceZoneCategory
@Mutable
@NotThreadSafe
public static interface RouteAvoidanceZoneCategory.Builder
extends SdkPojo, CopyableBuilder<RouteAvoidanceZoneCategory.Builder,RouteAvoidanceZoneCategory>
-
Method Summary
Modifier and TypeMethodDescriptionZone category to be avoided.category
(RouteZoneCategory category) Zone category to be avoided.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, sdkFieldNameToField, sdkFields
-
Method Details
-
category
Zone category to be avoided.
- Parameters:
category
- Zone category to be avoided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
category
Zone category to be avoided.
- Parameters:
category
- Zone category to be avoided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-