Interface ProxyRuleGroupPriority.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxyRuleGroupPriority.Builder,,ProxyRuleGroupPriority> SdkBuilder<ProxyRuleGroupPriority.Builder,,ProxyRuleGroupPriority> SdkPojo
- Enclosing class:
ProxyRuleGroupPriority
@Mutable
@NotThreadSafe
public static interface ProxyRuleGroupPriority.Builder
extends SdkPojo, CopyableBuilder<ProxyRuleGroupPriority.Builder,ProxyRuleGroupPriority>
-
Method Summary
Modifier and TypeMethodDescriptionnewPosition(Integer newPosition) Where to move a proxy rule group in a proxy configuration.proxyRuleGroupName(String proxyRuleGroupName) The descriptive name of the proxy rule group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
proxyRuleGroupName
The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.
- Parameters:
proxyRuleGroupName- The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newPosition
Where to move a proxy rule group in a proxy configuration.
- Parameters:
newPosition- Where to move a proxy rule group in a proxy configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-