Interface ArchiveStringToEvaluate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ArchiveStringToEvaluate.Builder,ArchiveStringToEvaluate>,SdkBuilder<ArchiveStringToEvaluate.Builder,ArchiveStringToEvaluate>,SdkPojo
- Enclosing class:
- ArchiveStringToEvaluate
public static interface ArchiveStringToEvaluate.Builder extends SdkPojo, CopyableBuilder<ArchiveStringToEvaluate.Builder,ArchiveStringToEvaluate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArchiveStringToEvaluate.Builderattribute(String attribute)The name of the email attribute to evaluate.ArchiveStringToEvaluate.Builderattribute(ArchiveStringEmailAttribute attribute)The name of the email attribute to evaluate.-
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
ArchiveStringToEvaluate.Builder attribute(String attribute)
The name of the email attribute to evaluate.
- Parameters:
attribute- The name of the email attribute to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ArchiveStringEmailAttribute,ArchiveStringEmailAttribute
-
attribute
ArchiveStringToEvaluate.Builder attribute(ArchiveStringEmailAttribute attribute)
The name of the email attribute to evaluate.
- Parameters:
attribute- The name of the email attribute to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ArchiveStringEmailAttribute,ArchiveStringEmailAttribute
-
-