Interface OptedOutNumberInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OptedOutNumberInformation.Builder,
,OptedOutNumberInformation> SdkBuilder<OptedOutNumberInformation.Builder,
,OptedOutNumberInformation> SdkPojo
- Enclosing class:
OptedOutNumberInformation
@Mutable
@NotThreadSafe
public static interface OptedOutNumberInformation.Builder
extends SdkPojo, CopyableBuilder<OptedOutNumberInformation.Builder,OptedOutNumberInformation>
-
Method Summary
Modifier and TypeMethodDescriptionendUserOptedOut
(Boolean endUserOptedOut) This is set to true if it was the end recipient that opted out.optedOutNumber
(String optedOutNumber) The phone number that is opted out.optedOutTimestamp
(Instant optedOutTimestamp) The time that the op tout occurred, in UNIX epoch time format.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
-
optedOutNumber
The phone number that is opted out.
- Parameters:
optedOutNumber
- The phone number that is opted out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optedOutTimestamp
The time that the op tout occurred, in UNIX epoch time format.
- Parameters:
optedOutTimestamp
- The time that the op tout occurred, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endUserOptedOut
This is set to true if it was the end recipient that opted out.
- Parameters:
endUserOptedOut
- This is set to true if it was the end recipient that opted out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-