Interface MessageDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MessageDetail.Builder,MessageDetail>,SdkBuilder<MessageDetail.Builder,MessageDetail>,SdkPojo
- Enclosing class:
- MessageDetail
public static interface MessageDetail.Builder extends SdkPojo, CopyableBuilder<MessageDetail.Builder,MessageDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageDetail.Buildercode(String code)The error code.MessageDetail.Buildermessage(String message)The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.MessageDetail.BuilderresourceName(String resourceName)The name of the resource.-
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, sdkFields
-
-
-
-
Method Detail
-
code
MessageDetail.Builder code(String code)
The error code.- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
MessageDetail.Builder message(String message)
The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.- Parameters:
message- The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceName
MessageDetail.Builder resourceName(String resourceName)
The name of the resource.- Parameters:
resourceName- The name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-