Interface RouteZone.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteZone.Builder,
,RouteZone> SdkBuilder<RouteZone.Builder,
,RouteZone> SdkPojo
- Enclosing class:
RouteZone
@Mutable
@NotThreadSafe
public static interface RouteZone.Builder
extends SdkPojo, CopyableBuilder<RouteZone.Builder,RouteZone>
-
Method Summary
Modifier and TypeMethodDescriptionThe zone category.category
(RouteZoneCategory category) The zone category.The name of the zone.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
The zone category.
- Parameters:
category
- The zone category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
category
The zone category.
- Parameters:
category
- The zone category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the zone.
- Parameters:
name
- The name of the zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-