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