Interface ProxyRuleGroupPriorityResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxyRuleGroupPriorityResult.Builder,,ProxyRuleGroupPriorityResult> SdkBuilder<ProxyRuleGroupPriorityResult.Builder,,ProxyRuleGroupPriorityResult> SdkPojo
- Enclosing class:
ProxyRuleGroupPriorityResult
@Mutable
@NotThreadSafe
public static interface ProxyRuleGroupPriorityResult.Builder
extends SdkPojo, CopyableBuilder<ProxyRuleGroupPriorityResult.Builder,ProxyRuleGroupPriorityResult>
-
Method Summary
Modifier and TypeMethodDescriptionPriority of the proxy rule group in the 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.
-
priority
Priority of the proxy rule group in the proxy configuration.
- Parameters:
priority- Priority of the proxy rule group in the proxy configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-