@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:51.132Z")
public interface AwsApiCallOptions
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() |
java.lang.String |
getApi()
(experimental) The api call to make, i.e.
|
default java.lang.Object |
getParameters()
(experimental) Any parameters to pass to the api call.
|
java.lang.String |
getService()
(experimental) The AWS service, i.e.
|
java.lang.String getApi()
java.lang.String getService()
default java.lang.Object getParameters()
Default: - no parameters
static AwsApiCallOptions.Builder builder()
AwsApiCallOptions.Builder
of AwsApiCallOptions