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 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

      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.