Interface RouteMatrixAvoidanceZoneCategory.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteMatrixAvoidanceZoneCategory.Builder,RouteMatrixAvoidanceZoneCategory>,SdkBuilder<RouteMatrixAvoidanceZoneCategory.Builder,RouteMatrixAvoidanceZoneCategory>,SdkPojo
- Enclosing class:
- RouteMatrixAvoidanceZoneCategory
public static interface RouteMatrixAvoidanceZoneCategory.Builder extends SdkPojo, CopyableBuilder<RouteMatrixAvoidanceZoneCategory.Builder,RouteMatrixAvoidanceZoneCategory>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteMatrixAvoidanceZoneCategory.Buildercategory(String category)Zone category to be avoided.RouteMatrixAvoidanceZoneCategory.Buildercategory(RouteMatrixZoneCategory 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 Detail
-
category
RouteMatrixAvoidanceZoneCategory.Builder category(String 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:
RouteMatrixZoneCategory,RouteMatrixZoneCategory
-
category
RouteMatrixAvoidanceZoneCategory.Builder category(RouteMatrixZoneCategory 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:
RouteMatrixZoneCategory,RouteMatrixZoneCategory
-
-