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