Interface StatusRecord.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StatusRecord.Builder,
,StatusRecord> SdkBuilder<StatusRecord.Builder,
,StatusRecord> SdkPojo
- Enclosing class:
StatusRecord
-
Method Summary
Modifier and TypeMethodDescriptionA description of the reason for the current status, or null if no specific cause is available.lastUpdatedTimestamp
(Instant lastUpdatedTimestamp) The timestamp when this status was last updated.The current sending status.status
(SendingStatus status) The current sending status.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
-
status
The current sending status. This can be one of the following:
-
ENABLED
– Sending is allowed. -
DISABLED
– Sending is prevented. -
REINSTATED
– Sending is allowed even with active reputation findings.
- Parameters:
status
- The current sending status. This can be one of the following:-
ENABLED
– Sending is allowed. -
DISABLED
– Sending is prevented. -
REINSTATED
– Sending is allowed even with active reputation findings.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The current sending status. This can be one of the following:
-
ENABLED
– Sending is allowed. -
DISABLED
– Sending is prevented. -
REINSTATED
– Sending is allowed even with active reputation findings.
- Parameters:
status
- The current sending status. This can be one of the following:-
ENABLED
– Sending is allowed. -
DISABLED
– Sending is prevented. -
REINSTATED
– Sending is allowed even with active reputation findings.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
cause
A description of the reason for the current status, or null if no specific cause is available.
- Parameters:
cause
- A description of the reason for the current status, or null if no specific cause is available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTimestamp
The timestamp when this status was last updated.
- Parameters:
lastUpdatedTimestamp
- The timestamp when this status was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-