Interface ProxyRulePriority.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxyRulePriority.Builder,,ProxyRulePriority> SdkBuilder<ProxyRulePriority.Builder,,ProxyRulePriority> SdkPojo
- Enclosing class:
ProxyRulePriority
@Mutable
@NotThreadSafe
public static interface ProxyRulePriority.Builder
extends SdkPojo, CopyableBuilder<ProxyRulePriority.Builder,ProxyRulePriority>
-
Method Summary
Modifier and TypeMethodDescriptionnewPosition(Integer newPosition) Where to move a proxy rule in a proxy rule group.proxyRuleName(String proxyRuleName) The descriptive name of the proxy rule.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
-
proxyRuleName
The descriptive name of the proxy rule. You can't change the name of a proxy rule after you create it.
- Parameters:
proxyRuleName- The descriptive name of the proxy rule. You can't change the name of a proxy rule 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 in a proxy rule group.
- Parameters:
newPosition- Where to move a proxy rule in a proxy rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-