Interface IngressIpToEvaluate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IngressIpToEvaluate.Builder,,- IngressIpToEvaluate> - SdkBuilder<IngressIpToEvaluate.Builder,,- IngressIpToEvaluate> - SdkPojo
- Enclosing class:
- IngressIpToEvaluate
@Mutable
@NotThreadSafe
public static interface IngressIpToEvaluate.Builder
extends SdkPojo, CopyableBuilder<IngressIpToEvaluate.Builder,IngressIpToEvaluate> 
- 
Method SummaryModifier and TypeMethodDescriptionAn enum type representing the allowed attribute types for an IP condition.attribute(IngressIpv4Attribute attribute) An enum type representing the allowed attribute types for an IP condition.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attributeAn 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:
 
- 
attributeAn 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:
 
 
-