Class IPSetReference
- java.lang.Object
-
- software.amazon.awssdk.services.networkfirewall.model.IPSetReference
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IPSetReference.Builder,IPSetReference>
@Generated("software.amazon.awssdk:codegen") public final class IPSetReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IPSetReference.Builder,IPSetReference>
Configures one or more IP set references for a Suricata-compatible rule group. This is used in CreateRuleGroup or UpdateRuleGroup. An IP set reference is a rule variable that references resources that you create and manage in another Amazon Web Services service, such as an Amazon VPC prefix list. Network Firewall IP set references enable you to dynamically update the contents of your rules. When you create, update, or delete the resource you are referencing in your rule, Network Firewall automatically updates the rule's content with the changes. For more information about IP set references in Network Firewall, see Using IP set references in the Network Firewall Developer Guide.
Network Firewall currently supports Amazon VPC prefix lists and resource groups in IP set references.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIPSetReference.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IPSetReference.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreferenceArn()The Amazon Resource Name (ARN) of the resource that you are referencing in your rule group.List<SdkField<?>>sdkFields()static Class<? extends IPSetReference.Builder>serializableBuilderClass()IPSetReference.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
referenceArn
public final String referenceArn()
The Amazon Resource Name (ARN) of the resource that you are referencing in your rule group.
- Returns:
- The Amazon Resource Name (ARN) of the resource that you are referencing in your rule group.
-
toBuilder
public IPSetReference.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IPSetReference.Builder,IPSetReference>
-
builder
public static IPSetReference.Builder builder()
-
serializableBuilderClass
public static Class<? extends IPSetReference.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-