/** * The <a>Resource</a> identifier for the <a>Method</a> resource. * * @param resourceId The <a>Resource</a> identifier for the <a>Method</a> resource. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteMethodRequest withResourceId(String resourceId) { setResourceId(resourceId); return this; }