Interface MinimumHealthyHostsPerZone.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MinimumHealthyHostsPerZone.Builder,MinimumHealthyHostsPerZone>,SdkBuilder<MinimumHealthyHostsPerZone.Builder,MinimumHealthyHostsPerZone>,SdkPojo
- Enclosing class:
- MinimumHealthyHostsPerZone
public static interface MinimumHealthyHostsPerZone.Builder extends SdkPojo, CopyableBuilder<MinimumHealthyHostsPerZone.Builder,MinimumHealthyHostsPerZone>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MinimumHealthyHostsPerZone.Buildertype(String type)Thetypeassociated with theMinimumHealthyHostsPerZoneoption.MinimumHealthyHostsPerZone.Buildertype(MinimumHealthyHostsPerZoneType type)Thetypeassociated with theMinimumHealthyHostsPerZoneoption.MinimumHealthyHostsPerZone.Buildervalue(Integer value)Thevalueassociated with theMinimumHealthyHostsPerZoneoption.-
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
-
type
MinimumHealthyHostsPerZone.Builder type(String type)
The
typeassociated with theMinimumHealthyHostsPerZoneoption.- Parameters:
type- Thetypeassociated with theMinimumHealthyHostsPerZoneoption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MinimumHealthyHostsPerZoneType,MinimumHealthyHostsPerZoneType
-
type
MinimumHealthyHostsPerZone.Builder type(MinimumHealthyHostsPerZoneType type)
The
typeassociated with theMinimumHealthyHostsPerZoneoption.- Parameters:
type- Thetypeassociated with theMinimumHealthyHostsPerZoneoption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MinimumHealthyHostsPerZoneType,MinimumHealthyHostsPerZoneType
-
value
MinimumHealthyHostsPerZone.Builder value(Integer value)
The
valueassociated with theMinimumHealthyHostsPerZoneoption.- Parameters:
value- Thevalueassociated with theMinimumHealthyHostsPerZoneoption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-