| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.apiDescription(String apiDescription)
The API description of the API asset.
|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.apiEndpoint(String apiEndpoint)
The API endpoint of the API asset.
|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.apiId(String apiId)
The unique identifier of the API asset.
|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.apiKey(String apiKey)
The API key of the API asset.
|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.apiName(String apiName)
The API name of the API asset.
|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.apiSpecificationDownloadUrl(String apiSpecificationDownloadUrl)
The download URL of the API specification of the API asset.
|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.apiSpecificationDownloadUrlExpiresAt(Instant apiSpecificationDownloadUrlExpiresAt)
The date and time that the upload URL expires, in ISO 8601 format.
|
static ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.builder() |
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.protocolType(ProtocolType protocolType)
The protocol type of the API asset.
|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.protocolType(String protocolType)
The protocol type of the API asset.
|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.stage(String stage)
The stage of the API asset.
|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApiGatewayApiAsset.Builder> |
ApiGatewayApiAsset.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssetDetails.Builder |
AssetDetails.Builder.apiGatewayApiAsset(Consumer<ApiGatewayApiAsset.Builder> apiGatewayApiAsset)
Information about the API Gateway API asset.
|
Copyright © 2023. All rights reserved.