Interface GetMethodResponseRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetMethodResponseRequest.Builder,GetMethodResponseRequest>,SdkBuilder<GetMethodResponseRequest.Builder,GetMethodResponseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMethodResponseRequest
public static interface GetMethodResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetMethodResponseRequest.Builder,GetMethodResponseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMethodResponseRequest.BuilderhttpMethod(String httpMethod)The HTTP verb of the Method resource.GetMethodResponseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMethodResponseRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMethodResponseRequest.BuilderresourceId(String resourceId)The Resource identifier for the MethodResponse resource.GetMethodResponseRequest.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.GetMethodResponseRequest.BuilderstatusCode(String statusCodeValue)The status code for the MethodResponse resource.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
restApiId
GetMethodResponseRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
- Parameters:
restApiId- The string identifier of the associated RestApi.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
GetMethodResponseRequest.Builder resourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
- Parameters:
resourceId- The Resource identifier for the MethodResponse resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpMethod
GetMethodResponseRequest.Builder httpMethod(String httpMethod)
The HTTP verb of the Method resource.
- Parameters:
httpMethod- The HTTP verb of the Method resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
GetMethodResponseRequest.Builder statusCode(String statusCodeValue)
The status code for the MethodResponse resource.
- Parameters:
statusCodeValue- The status code for the MethodResponse resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMethodResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMethodResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-