Interface IngressIpToEvaluate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngressIpToEvaluate.Builder,IngressIpToEvaluate>,SdkBuilder<IngressIpToEvaluate.Builder,IngressIpToEvaluate>,SdkPojo
- Enclosing class:
- IngressIpToEvaluate
public static interface IngressIpToEvaluate.Builder extends SdkPojo, CopyableBuilder<IngressIpToEvaluate.Builder,IngressIpToEvaluate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngressIpToEvaluate.Builderattribute(String attribute)An enum type representing the allowed attribute types for an IP condition.IngressIpToEvaluate.Builderattribute(IngressIpv4Attribute attribute)An enum type representing the allowed attribute types for an IP condition.-
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, sdkFields
-
-
-
-
Method Detail
-
attribute
IngressIpToEvaluate.Builder attribute(String attribute)
An enum type representing the allowed attribute types for an IP condition.
- Parameters:
attribute- An enum type representing the allowed attribute types for an IP condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngressIpv4Attribute,IngressIpv4Attribute
-
attribute
IngressIpToEvaluate.Builder attribute(IngressIpv4Attribute attribute)
An enum type representing the allowed attribute types for an IP condition.
- Parameters:
attribute- An enum type representing the allowed attribute types for an IP condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngressIpv4Attribute,IngressIpv4Attribute
-
-