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