Interface FleetProxyRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FleetProxyRule.Builder,FleetProxyRule>,SdkBuilder<FleetProxyRule.Builder,FleetProxyRule>,SdkPojo
- Enclosing class:
- FleetProxyRule
public static interface FleetProxyRule.Builder extends SdkPojo, CopyableBuilder<FleetProxyRule.Builder,FleetProxyRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FleetProxyRule.Buildereffect(String effect)The behavior of the proxy rule.FleetProxyRule.Buildereffect(FleetProxyRuleEffectType effect)The behavior of the proxy rule.FleetProxyRule.Builderentities(String... entities)The destination of the proxy rule.FleetProxyRule.Builderentities(Collection<String> entities)The destination of the proxy rule.FleetProxyRule.Buildertype(String type)The type of proxy rule.FleetProxyRule.Buildertype(FleetProxyRuleType type)The type of proxy rule.-
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
FleetProxyRule.Builder type(String type)
The type of proxy rule.
- Parameters:
type- The type of proxy rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FleetProxyRuleType,FleetProxyRuleType
-
type
FleetProxyRule.Builder type(FleetProxyRuleType type)
The type of proxy rule.
- Parameters:
type- The type of proxy rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FleetProxyRuleType,FleetProxyRuleType
-
effect
FleetProxyRule.Builder effect(String effect)
The behavior of the proxy rule.
- Parameters:
effect- The behavior of the proxy rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FleetProxyRuleEffectType,FleetProxyRuleEffectType
-
effect
FleetProxyRule.Builder effect(FleetProxyRuleEffectType effect)
The behavior of the proxy rule.
- Parameters:
effect- The behavior of the proxy rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FleetProxyRuleEffectType,FleetProxyRuleEffectType
-
entities
FleetProxyRule.Builder entities(Collection<String> entities)
The destination of the proxy rule.
- Parameters:
entities- The destination of the proxy rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entities
FleetProxyRule.Builder entities(String... entities)
The destination of the proxy rule.
- Parameters:
entities- The destination of the proxy rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-