Interface TestInvokeMethodResponse.Builder
- All Superinterfaces:
- ApiGatewayResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<TestInvokeMethodResponse.Builder,,- TestInvokeMethodResponse> - SdkBuilder<TestInvokeMethodResponse.Builder,,- TestInvokeMethodResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- TestInvokeMethodResponse
@Mutable
@NotThreadSafe
public static interface TestInvokeMethodResponse.Builder
extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<TestInvokeMethodResponse.Builder,TestInvokeMethodResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe body of the HTTP response.The headers of the HTTP response.The execution latency, in ms, of the test invoke request.The API Gateway execution log for the test invoke request.multiValueHeaders(Map<String, ? extends Collection<String>> multiValueHeaders) The headers of the HTTP response as a map from string to list of values.The HTTP status code.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
statusThe HTTP status code. - Parameters:
- status- The HTTP status code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bodyThe body of the HTTP response. - Parameters:
- body- The body of the HTTP response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
headersThe headers of the HTTP response. - Parameters:
- headers- The headers of the HTTP response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
multiValueHeadersTestInvokeMethodResponse.Builder multiValueHeaders(Map<String, ? extends Collection<String>> multiValueHeaders) The headers of the HTTP response as a map from string to list of values. - Parameters:
- multiValueHeaders- The headers of the HTTP response as a map from string to list of values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
logThe API Gateway execution log for the test invoke request. - Parameters:
- log- The API Gateway execution log for the test invoke request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
latencyThe execution latency, in ms, of the test invoke request. - Parameters:
- latency- The execution latency, in ms, of the test invoke request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-