Interface FirewallPolicyMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FirewallPolicyMetadata.Builder,FirewallPolicyMetadata>,SdkBuilder<FirewallPolicyMetadata.Builder,FirewallPolicyMetadata>,SdkPojo
- Enclosing class:
- FirewallPolicyMetadata
public static interface FirewallPolicyMetadata.Builder extends SdkPojo, CopyableBuilder<FirewallPolicyMetadata.Builder,FirewallPolicyMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallPolicyMetadata.Builderarn(String arn)The Amazon Resource Name (ARN) of the firewall policy.FirewallPolicyMetadata.Buildername(String name)The descriptive name of the firewall policy.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
FirewallPolicyMetadata.Builder name(String name)
The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.
- Parameters:
name- The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
FirewallPolicyMetadata.Builder arn(String arn)
The Amazon Resource Name (ARN) of the firewall policy.
- Parameters:
arn- The Amazon Resource Name (ARN) of the firewall policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-