Interface ProxyConfigRuleGroup.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxyConfigRuleGroup.Builder,,ProxyConfigRuleGroup> SdkBuilder<ProxyConfigRuleGroup.Builder,,ProxyConfigRuleGroup> SdkPojo
- Enclosing class:
ProxyConfigRuleGroup
@Mutable
@NotThreadSafe
public static interface ProxyConfigRuleGroup.Builder
extends SdkPojo, CopyableBuilder<ProxyConfigRuleGroup.Builder,ProxyConfigRuleGroup>
-
Method Summary
Modifier and TypeMethodDescriptionPriority of the proxy rule group in the proxy configuration.proxyRuleGroupArn(String proxyRuleGroupArn) The Amazon Resource Name (ARN) of a proxy rule group.proxyRuleGroupName(String proxyRuleGroupName) The descriptive name of the proxy rule group.Proxy rule group type.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.
-
proxyRuleGroupArn
The Amazon Resource Name (ARN) of a proxy rule group.
- Parameters:
proxyRuleGroupArn- The Amazon Resource Name (ARN) of a proxy rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Proxy rule group type.
- Parameters:
type- Proxy rule group type.- 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.
-