public static interface ApiGatewayApiAsset.Builder extends SdkPojo, CopyableBuilder<ApiGatewayApiAsset.Builder,ApiGatewayApiAsset>
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayApiAsset.Builder |
apiDescription(String apiDescription)
The API description of the API asset.
|
ApiGatewayApiAsset.Builder |
apiEndpoint(String apiEndpoint)
The API endpoint of the API asset.
|
ApiGatewayApiAsset.Builder |
apiId(String apiId)
The unique identifier of the API asset.
|
ApiGatewayApiAsset.Builder |
apiKey(String apiKey)
The API key of the API asset.
|
ApiGatewayApiAsset.Builder |
apiName(String apiName)
The API name of the API asset.
|
ApiGatewayApiAsset.Builder |
apiSpecificationDownloadUrl(String apiSpecificationDownloadUrl)
The download URL of the API specification of the API asset.
|
ApiGatewayApiAsset.Builder |
apiSpecificationDownloadUrlExpiresAt(Instant apiSpecificationDownloadUrlExpiresAt)
The date and time that the upload URL expires, in ISO 8601 format.
|
ApiGatewayApiAsset.Builder |
protocolType(ProtocolType protocolType)
The protocol type of the API asset.
|
ApiGatewayApiAsset.Builder |
protocolType(String protocolType)
The protocol type of the API asset.
|
ApiGatewayApiAsset.Builder |
stage(String stage)
The stage of the API asset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApiGatewayApiAsset.Builder apiDescription(String apiDescription)
The API description of the API asset.
apiDescription - The API description of the API asset.ApiGatewayApiAsset.Builder apiEndpoint(String apiEndpoint)
The API endpoint of the API asset.
apiEndpoint - The API endpoint of the API asset.ApiGatewayApiAsset.Builder apiId(String apiId)
The unique identifier of the API asset.
apiId - The unique identifier of the API asset.ApiGatewayApiAsset.Builder apiKey(String apiKey)
The API key of the API asset.
apiKey - The API key of the API asset.ApiGatewayApiAsset.Builder apiName(String apiName)
The API name of the API asset.
apiName - The API name of the API asset.ApiGatewayApiAsset.Builder apiSpecificationDownloadUrl(String apiSpecificationDownloadUrl)
The download URL of the API specification of the API asset.
apiSpecificationDownloadUrl - The download URL of the API specification of the API asset.ApiGatewayApiAsset.Builder apiSpecificationDownloadUrlExpiresAt(Instant apiSpecificationDownloadUrlExpiresAt)
The date and time that the upload URL expires, in ISO 8601 format.
apiSpecificationDownloadUrlExpiresAt - The date and time that the upload URL expires, in ISO 8601 format.ApiGatewayApiAsset.Builder protocolType(String protocolType)
The protocol type of the API asset.
protocolType - The protocol type of the API asset.ProtocolType,
ProtocolTypeApiGatewayApiAsset.Builder protocolType(ProtocolType protocolType)
The protocol type of the API asset.
protocolType - The protocol type of the API asset.ProtocolType,
ProtocolTypeApiGatewayApiAsset.Builder stage(String stage)
The stage of the API asset.
stage - The stage of the API asset.Copyright © 2023. All rights reserved.