Interface NotificationContext.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NotificationContext.Builder,
,NotificationContext> SdkBuilder<NotificationContext.Builder,
,NotificationContext> SdkPojo
- Enclosing class:
NotificationContext
@Mutable
@NotThreadSafe
public static interface NotificationContext.Builder
extends SdkPojo, CopyableBuilder<NotificationContext.Builder,NotificationContext>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the validation.status
(ValidationStatus status) The status of the validation.statusMessage
(String statusMessage) The status message.validationId
(String validationId) The ID of the validation.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
-
validationId
The ID of the validation.
- Parameters:
validationId
- The ID of the validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the validation.
- Parameters:
status
- The status of the validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the validation.
- Parameters:
status
- The status of the validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
The status message.
- Parameters:
statusMessage
- The status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-