Interface MessageDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MessageDetail.Builder,
,MessageDetail> SdkBuilder<MessageDetail.Builder,
,MessageDetail> SdkPojo
- Enclosing class:
MessageDetail
@Mutable
@NotThreadSafe
public static interface MessageDetail.Builder
extends SdkPojo, CopyableBuilder<MessageDetail.Builder,MessageDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.resourceName
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-