Api.Builder |
Api.Builder.apiArn(String apiArn) |
The Amazon Resource Name (ARN) for the Api.
|
Api.Builder |
Api.Builder.apiId(String apiId) |
The Api ID.
|
static Api.Builder |
Api.builder() |
|
Api.Builder |
Api.Builder.created(Instant created) |
The date and time that the Api was created.
|
Api.Builder |
Api.Builder.dns(Map<String,String> dns) |
The DNS records for the API.
|
default Api.Builder |
Api.Builder.eventConfig(Consumer<EventConfig.Builder> eventConfig) |
The Event API configuration.
|
Api.Builder |
Api.Builder.eventConfig(EventConfig eventConfig) |
The Event API configuration.
|
Api.Builder |
Api.Builder.name(String name) |
The name of the Api.
|
Api.Builder |
Api.Builder.ownerContact(String ownerContact) |
The owner contact information for the Api
|
Api.Builder |
Api.Builder.tags(Map<String,String> tags) |
Sets the value of the Tags property for this object.
|
Api.Builder |
Api.toBuilder() |
|
Api.Builder |
Api.Builder.wafWebAclArn(String wafWebAclArn) |
The Amazon Resource Name (ARN) of the WAF web access control list (web ACL) associated with this
Api, if one exists.
|
Api.Builder |
Api.Builder.xrayEnabled(Boolean xrayEnabled) |
A flag indicating whether to use X-Ray tracing for this Api.
|