Interface PutGatewayResponseRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<PutGatewayResponseRequest.Builder,PutGatewayResponseRequest>,SdkBuilder<PutGatewayResponseRequest.Builder,PutGatewayResponseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutGatewayResponseRequest
public static interface PutGatewayResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<PutGatewayResponseRequest.Builder,PutGatewayResponseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutGatewayResponseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutGatewayResponseRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutGatewayResponseRequest.BuilderresponseParameters(Map<String,String> responseParameters)Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.PutGatewayResponseRequest.BuilderresponseTemplates(Map<String,String> responseTemplates)Response templates of the GatewayResponse as a string-to-string map of key-value pairs.PutGatewayResponseRequest.BuilderresponseType(String responseType)The response type of the associated GatewayResponsePutGatewayResponseRequest.BuilderresponseType(GatewayResponseType responseType)The response type of the associated GatewayResponsePutGatewayResponseRequest.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.PutGatewayResponseRequest.BuilderstatusCode(String statusCodeValue)The HTTP status code of the GatewayResponse.-
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
PutGatewayResponseRequest.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.
-
responseType
PutGatewayResponseRequest.Builder responseType(String responseType)
The response type of the associated GatewayResponse
- Parameters:
responseType- The response type of the associated GatewayResponse- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GatewayResponseType,GatewayResponseType
-
responseType
PutGatewayResponseRequest.Builder responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse
- Parameters:
responseType- The response type of the associated GatewayResponse- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GatewayResponseType,GatewayResponseType
-
statusCode
PutGatewayResponseRequest.Builder statusCode(String statusCodeValue)
The HTTP status code of the GatewayResponse.
- Parameters:
statusCodeValue- The HTTP status code of the GatewayResponse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
responseParameters
PutGatewayResponseRequest.Builder responseParameters(Map<String,String> responseParameters)
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
- Parameters:
responseParameters- Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
responseTemplates
PutGatewayResponseRequest.Builder responseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
- Parameters:
responseTemplates- Response templates of the GatewayResponse as a string-to-string map of key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutGatewayResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutGatewayResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-