public static interface ImportAssetFromApiGatewayApiResponseDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetFromApiGatewayApiResponseDetails.Builder,ImportAssetFromApiGatewayApiResponseDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportAssetFromApiGatewayApiResponseDetails.Builder apiDescription(String apiDescription)
The API description.
apiDescription - The API description.ImportAssetFromApiGatewayApiResponseDetails.Builder apiId(String apiId)
The API ID.
apiId - The API ID.ImportAssetFromApiGatewayApiResponseDetails.Builder apiKey(String apiKey)
The API key.
apiKey - The API key.ImportAssetFromApiGatewayApiResponseDetails.Builder apiName(String apiName)
The API name.
apiName - The API name.ImportAssetFromApiGatewayApiResponseDetails.Builder apiSpecificationMd5Hash(String apiSpecificationMd5Hash)
The Base64-encoded Md5 hash for the API asset, used to ensure the integrity of the API at that location.
apiSpecificationMd5Hash - The Base64-encoded Md5 hash for the API asset, used to ensure the integrity of the API at that
location.ImportAssetFromApiGatewayApiResponseDetails.Builder apiSpecificationUploadUrl(String apiSpecificationUploadUrl)
The upload URL of the API specification.
apiSpecificationUploadUrl - The upload URL of the API specification.ImportAssetFromApiGatewayApiResponseDetails.Builder apiSpecificationUploadUrlExpiresAt(Instant apiSpecificationUploadUrlExpiresAt)
The date and time that the upload URL expires, in ISO 8601 format.
apiSpecificationUploadUrlExpiresAt - The date and time that the upload URL expires, in ISO 8601 format.ImportAssetFromApiGatewayApiResponseDetails.Builder dataSetId(String dataSetId)
The data set ID.
dataSetId - The data set ID.ImportAssetFromApiGatewayApiResponseDetails.Builder protocolType(String protocolType)
The protocol type.
protocolType - The protocol type.ProtocolType,
ProtocolTypeImportAssetFromApiGatewayApiResponseDetails.Builder protocolType(ProtocolType protocolType)
The protocol type.
protocolType - The protocol type.ProtocolType,
ProtocolTypeImportAssetFromApiGatewayApiResponseDetails.Builder revisionId(String revisionId)
The revision ID.
revisionId - The revision ID.ImportAssetFromApiGatewayApiResponseDetails.Builder stage(String stage)
The API stage.
stage - The API stage.Copyright © 2023. All rights reserved.