@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:15.989Z") @Stability(value=Experimental) public interface AwsApiCallOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.integtests.*;
Object parameters;
AwsApiCallOptions awsApiCallOptions = AwsApiCallOptions.builder()
.api("api")
.service("service")
// the properties below are optional
.parameters(parameters)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AwsApiCallOptions.Builder
A builder for
AwsApiCallOptions |
static class |
AwsApiCallOptions.Jsii$Proxy
An implementation for
AwsApiCallOptions |
| Modifier and Type | Method and Description |
|---|---|
static AwsApiCallOptions.Builder |
builder() |
String |
getApi()
(experimental) The api call to make, i.e.
|
default Object |
getParameters()
(experimental) Any parameters to pass to the api call.
|
String |
getService()
(experimental) The AWS service, i.e.
|
@Stability(value=Experimental) @NotNull String getApi()
@Stability(value=Experimental) @NotNull String getService()
@Stability(value=Experimental) @Nullable default Object getParameters()
Default: - no parameters
@Stability(value=Experimental) static AwsApiCallOptions.Builder builder()
AwsApiCallOptions.Builder of AwsApiCallOptionsCopyright © 2022. All rights reserved.