Interface AutomatedReasoningPolicyBuildStepMessage.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyBuildStepMessage.Builder,,AutomatedReasoningPolicyBuildStepMessage> SdkBuilder<AutomatedReasoningPolicyBuildStepMessage.Builder,,AutomatedReasoningPolicyBuildStepMessage> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyBuildStepMessage
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyBuildStepMessage.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyBuildStepMessage.Builder,AutomatedReasoningPolicyBuildStepMessage>
-
Method Summary
Modifier and TypeMethodDescriptionThe content of the message, describing what occurred during the build step.messageType(String messageType) The type of message (e.g., INFO, WARNING, ERROR) indicating its severity and purpose.messageType(AutomatedReasoningPolicyBuildMessageType messageType) The type of message (e.g., INFO, WARNING, ERROR) indicating its severity and purpose.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
message
The content of the message, describing what occurred during the build step.
- Parameters:
message- The content of the message, describing what occurred during the build step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageType
The type of message (e.g., INFO, WARNING, ERROR) indicating its severity and purpose.
- Parameters:
messageType- The type of message (e.g., INFO, WARNING, ERROR) indicating its severity and purpose.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
messageType
AutomatedReasoningPolicyBuildStepMessage.Builder messageType(AutomatedReasoningPolicyBuildMessageType messageType) The type of message (e.g., INFO, WARNING, ERROR) indicating its severity and purpose.
- Parameters:
messageType- The type of message (e.g., INFO, WARNING, ERROR) indicating its severity and purpose.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-