Interface GetSolFunctionPackageContentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetSolFunctionPackageContentResponse.Builder,
,GetSolFunctionPackageContentResponse> SdkBuilder<GetSolFunctionPackageContentResponse.Builder,
,GetSolFunctionPackageContentResponse> SdkPojo
,SdkResponse.Builder
,TnbResponse.Builder
- Enclosing class:
GetSolFunctionPackageContentResponse
@Mutable
@NotThreadSafe
public static interface GetSolFunctionPackageContentResponse.Builder
extends TnbResponse.Builder, SdkPojo, CopyableBuilder<GetSolFunctionPackageContentResponse.Builder,GetSolFunctionPackageContentResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontentType
(String contentType) Indicates the media type of the resource.contentType
(PackageContentType contentType) Indicates the media type of the resource.packageContent
(SdkBytes packageContent) Contents of the function package.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.tnb.model.TnbResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
contentType
Indicates the media type of the resource.
- Parameters:
contentType
- Indicates the media type of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contentType
Indicates the media type of the resource.
- Parameters:
contentType
- Indicates the media type of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
packageContent
Contents of the function package.
- Parameters:
packageContent
- Contents of the function package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-