Interface UnprocessedNamedQueryId.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UnprocessedNamedQueryId.Builder,UnprocessedNamedQueryId>, SdkBuilder<UnprocessedNamedQueryId.Builder,UnprocessedNamedQueryId>, SdkPojo
Enclosing class:
UnprocessedNamedQueryId

public static interface UnprocessedNamedQueryId.Builder extends SdkPojo, CopyableBuilder<UnprocessedNamedQueryId.Builder,UnprocessedNamedQueryId>
  • Method Details

    • namedQueryId

      UnprocessedNamedQueryId.Builder namedQueryId(String namedQueryId)

      The unique identifier of the named query.

      Parameters:
      namedQueryId - The unique identifier of the named query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      The error code returned when the processing request for the named query failed, if applicable.

      Parameters:
      errorCode - The error code returned when the processing request for the named query failed, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      UnprocessedNamedQueryId.Builder errorMessage(String errorMessage)

      The error message returned when the processing request for the named query failed, if applicable.

      Parameters:
      errorMessage - The error message returned when the processing request for the named query failed, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.