Interface ProxyRuleGroupAttachment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxyRuleGroupAttachment.Builder,,ProxyRuleGroupAttachment> SdkBuilder<ProxyRuleGroupAttachment.Builder,,ProxyRuleGroupAttachment> SdkPojo
- Enclosing class:
ProxyRuleGroupAttachment
@Mutable
@NotThreadSafe
public static interface ProxyRuleGroupAttachment.Builder
extends SdkPojo, CopyableBuilder<ProxyRuleGroupAttachment.Builder,ProxyRuleGroupAttachment>
-
Method Summary
Modifier and TypeMethodDescriptioninsertPosition(Integer insertPosition) Where to insert 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.
-
insertPosition
Where to insert a proxy rule group in a proxy configuration.
- Parameters:
insertPosition- Where to insert a proxy rule group in a proxy configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-