Class AwsApiCallResult.Builder
java.lang.Object
software.amazon.awscdk.integtests.alpha.AwsApiCallResult.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AwsApiCallResult>
- Enclosing interface:
AwsApiCallResult
@Stability(Experimental)
public static final class AwsApiCallResult.Builder
extends Object
implements software.amazon.jsii.Builder<AwsApiCallResult>
A builder for
AwsApiCallResult-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiCallResponse(Object apiCallResponse) Sets the value ofAwsApiCallResult.getApiCallResponse()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apiCallResponse
Sets the value ofAwsApiCallResult.getApiCallResponse()- Parameters:
apiCallResponse- The full api response. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AwsApiCallResult>- Returns:
- a new instance of
AwsApiCallResult - Throws:
NullPointerException- if any required attribute was not provided
-