public static interface InvokeWithResponseStreamResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<InvokeWithResponseStreamResponse.Builder,InvokeWithResponseStreamResponse>
Modifier and Type | Method and Description |
---|---|
InvokeWithResponseStreamResponse.Builder |
executedVersion(String executedVersion)
The version of the function that executed.
|
InvokeWithResponseStreamResponse.Builder |
responseStreamContentType(String responseStreamContentType)
The type of data the stream is returning.
|
InvokeWithResponseStreamResponse.Builder |
statusCode(Integer statusCode)
For a successful request, the HTTP status code is in the 200 range.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
InvokeWithResponseStreamResponse.Builder statusCode(Integer statusCode)
For a successful request, the HTTP status code is in the 200 range. For the RequestResponse
invocation type, this status code is 200. For the DryRun
invocation type, this status code is
204.
statusCode
- For a successful request, the HTTP status code is in the 200 range. For the
RequestResponse
invocation type, this status code is 200. For the DryRun
invocation type, this status code is 204.InvokeWithResponseStreamResponse.Builder executedVersion(String executedVersion)
The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to.
executedVersion
- The version of the function that executed. When you invoke a function with an alias, this indicates
which version the alias resolved to.InvokeWithResponseStreamResponse.Builder responseStreamContentType(String responseStreamContentType)
The type of data the stream is returning.
responseStreamContentType
- The type of data the stream is returning.Copyright © 2023. All rights reserved.