public static interface GetSolFunctionPackageContentResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<GetSolFunctionPackageContentResponse.Builder,GetSolFunctionPackageContentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSolFunctionPackageContentResponse.Builder |
contentType(PackageContentType contentType)
Indicates the media type of the resource.
|
GetSolFunctionPackageContentResponse.Builder |
contentType(String contentType)
Indicates the media type of the resource.
|
GetSolFunctionPackageContentResponse.Builder |
packageContent(SdkBytes packageContent)
Contents of the function package.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSolFunctionPackageContentResponse.Builder contentType(String contentType)
Indicates the media type of the resource.
contentType - Indicates the media type of the resource.PackageContentType,
PackageContentTypeGetSolFunctionPackageContentResponse.Builder contentType(PackageContentType contentType)
Indicates the media type of the resource.
contentType - Indicates the media type of the resource.PackageContentType,
PackageContentTypeGetSolFunctionPackageContentResponse.Builder packageContent(SdkBytes packageContent)
Contents of the function package.
packageContent - Contents of the function package.Copyright © 2023. All rights reserved.