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(String protocolType) |
The protocol type of the API asset.
|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.protocolType(ProtocolType 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() |
|