Interface ArchiveStringToEvaluate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ArchiveStringToEvaluate.Builder,
,ArchiveStringToEvaluate> SdkBuilder<ArchiveStringToEvaluate.Builder,
,ArchiveStringToEvaluate> SdkPojo
- Enclosing class:
ArchiveStringToEvaluate
@Mutable
@NotThreadSafe
public static interface ArchiveStringToEvaluate.Builder
extends SdkPojo, CopyableBuilder<ArchiveStringToEvaluate.Builder,ArchiveStringToEvaluate>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the email attribute to evaluate.attribute
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-