CopyableBuilder<DeleteMethodResponseRequest.Builder,DeleteMethodResponseRequest>
, SdkBuilder<DeleteMethodResponseRequest.Builder,DeleteMethodResponseRequest>
public static interface DeleteMethodResponseRequest.Builder extends CopyableBuilder<DeleteMethodResponseRequest.Builder,DeleteMethodResponseRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteMethodResponseRequest.Builder |
httpMethod(String httpMethod) |
The HTTP verb of the Method resource.
|
DeleteMethodResponseRequest.Builder |
resourceId(String resourceId) |
The Resource identifier for the MethodResponse resource.
|
DeleteMethodResponseRequest.Builder |
restApiId(String restApiId) |
The RestApi identifier for the MethodResponse resource.
|
DeleteMethodResponseRequest.Builder |
statusCode(String statusCode) |
The status code identifier for the MethodResponse resource.
|
copy
apply, build
DeleteMethodResponseRequest.Builder restApiId(String restApiId)
The RestApi identifier for the MethodResponse resource.
restApiId
- The RestApi identifier for the MethodResponse resource.DeleteMethodResponseRequest.Builder resourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
resourceId
- The Resource identifier for the MethodResponse resource.DeleteMethodResponseRequest.Builder httpMethod(String httpMethod)
The HTTP verb of the Method resource.
httpMethod
- The HTTP verb of the Method resource.DeleteMethodResponseRequest.Builder statusCode(String statusCode)
The status code identifier for the MethodResponse resource.
statusCode
- The status code identifier for the MethodResponse resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.