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