Interface ProxyRuleGroupMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxyRuleGroupMetadata.Builder,,ProxyRuleGroupMetadata> SdkBuilder<ProxyRuleGroupMetadata.Builder,,ProxyRuleGroupMetadata> SdkPojo
- Enclosing class:
ProxyRuleGroupMetadata
@Mutable
@NotThreadSafe
public static interface ProxyRuleGroupMetadata.Builder
extends SdkPojo, CopyableBuilder<ProxyRuleGroupMetadata.Builder,ProxyRuleGroupMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of a proxy rule group.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
-
name
The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.
- Parameters:
name- 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.
-
arn
The Amazon Resource Name (ARN) of a proxy rule group.
- Parameters:
arn- 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.
-