Interface GetMethodRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetMethodRequest.Builder,GetMethodRequest>,SdkBuilder<GetMethodRequest.Builder,GetMethodRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMethodRequest
public static interface GetMethodRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetMethodRequest.Builder,GetMethodRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMethodRequest.BuilderhttpMethod(String httpMethod)Specifies the method request's HTTP method type.GetMethodRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMethodRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMethodRequest.BuilderresourceId(String resourceId)The Resource identifier for the Method resource.GetMethodRequest.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.-
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
GetMethodRequest.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
GetMethodRequest.Builder resourceId(String resourceId)
The Resource identifier for the Method resource.
- Parameters:
resourceId- The Resource identifier for the Method resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpMethod
GetMethodRequest.Builder httpMethod(String httpMethod)
Specifies the method request's HTTP method type.
- Parameters:
httpMethod- Specifies the method request's HTTP method type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMethodRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMethodRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-