Interface InvokeRestApiResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<InvokeRestApiResponse.Builder,,InvokeRestApiResponse> MwaaResponse.Builder,SdkBuilder<InvokeRestApiResponse.Builder,,InvokeRestApiResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 InvokeRestApiResponse
public static interface InvokeRestApiResponse.Builder
extends MwaaResponse.Builder, SdkPojo, CopyableBuilder<InvokeRestApiResponse.Builder,InvokeRestApiResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionrestApiResponse(Document restApiResponse) The response data from the Apache Airflow REST API call, provided as a JSON object.restApiStatusCode(Integer restApiStatusCode) The HTTP status code returned by the Apache Airflow REST API call.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mwaa.model.MwaaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
restApiStatusCode
The HTTP status code returned by the Apache Airflow REST API call.
- Parameters:
 restApiStatusCode- The HTTP status code returned by the Apache Airflow REST API call.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
restApiResponse
The response data from the Apache Airflow REST API call, provided as a JSON object.
- Parameters:
 restApiResponse- The response data from the Apache Airflow REST API call, provided as a JSON object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -