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
Modifier and TypeMethodDescriptionThe behavior of the proxy rule.effect
(FleetProxyRuleEffectType effect) The behavior of the proxy rule.The destination of the proxy rule.entities
(Collection<String> entities) The destination of the proxy rule.The type of proxy rule.type
(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, sdkFields
-
Method Details
-
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:
-
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:
-
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:
-
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:
-
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
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.
-