public static interface ImportAssetFromApiGatewayApiRequestDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetFromApiGatewayApiRequestDetails.Builder,ImportAssetFromApiGatewayApiRequestDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportAssetFromApiGatewayApiRequestDetails.Builder apiDescription(String apiDescription)
The API description. Markdown supported.
apiDescription - The API description. Markdown supported.ImportAssetFromApiGatewayApiRequestDetails.Builder apiId(String apiId)
The API Gateway API ID.
apiId - The API Gateway API ID.ImportAssetFromApiGatewayApiRequestDetails.Builder apiKey(String apiKey)
The API Gateway API key.
apiKey - The API Gateway API key.ImportAssetFromApiGatewayApiRequestDetails.Builder apiName(String apiName)
The API name.
apiName - The API name.ImportAssetFromApiGatewayApiRequestDetails.Builder apiSpecificationMd5Hash(String apiSpecificationMd5Hash)
The Base64-encoded MD5 hash of the OpenAPI 3.0 JSON API specification file. It is used to ensure the integrity of the file.
apiSpecificationMd5Hash - The Base64-encoded MD5 hash of the OpenAPI 3.0 JSON API specification file. It is used to ensure the
integrity of the file.ImportAssetFromApiGatewayApiRequestDetails.Builder dataSetId(String dataSetId)
The data set ID.
dataSetId - The data set ID.ImportAssetFromApiGatewayApiRequestDetails.Builder protocolType(String protocolType)
The protocol type.
protocolType - The protocol type.ProtocolType,
ProtocolTypeImportAssetFromApiGatewayApiRequestDetails.Builder protocolType(ProtocolType protocolType)
The protocol type.
protocolType - The protocol type.ProtocolType,
ProtocolTypeImportAssetFromApiGatewayApiRequestDetails.Builder revisionId(String revisionId)
The revision ID.
revisionId - The revision ID.ImportAssetFromApiGatewayApiRequestDetails.Builder stage(String stage)
The API stage.
stage - The API stage.Copyright © 2023. All rights reserved.