Interface ValidateSolFunctionPackageContentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ValidateSolFunctionPackageContentResponse.Builder,
,ValidateSolFunctionPackageContentResponse> SdkBuilder<ValidateSolFunctionPackageContentResponse.Builder,
,ValidateSolFunctionPackageContentResponse> SdkPojo
,SdkResponse.Builder
,TnbResponse.Builder
- Enclosing class:
ValidateSolFunctionPackageContentResponse
@Mutable
@NotThreadSafe
public static interface ValidateSolFunctionPackageContentResponse.Builder
extends TnbResponse.Builder, SdkPojo, CopyableBuilder<ValidateSolFunctionPackageContentResponse.Builder,ValidateSolFunctionPackageContentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionFunction package ID.Function package metadata.Function package metadata.Function package descriptor ID.vnfdVersion
(String vnfdVersion) Function package descriptor version.vnfProductName
(String vnfProductName) Network function product name.vnfProvider
(String vnfProvider) Network function provider.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
-
id
Function package ID.
- Parameters:
id
- Function package ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
ValidateSolFunctionPackageContentResponse.Builder metadata(ValidateSolFunctionPackageContentMetadata metadata) Function package metadata.
- Parameters:
metadata
- Function package metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
default ValidateSolFunctionPackageContentResponse.Builder metadata(Consumer<ValidateSolFunctionPackageContentMetadata.Builder> metadata) Function package metadata.
This is a convenience method that creates an instance of theValidateSolFunctionPackageContentMetadata.Builder
avoiding the need to create one manually viaValidateSolFunctionPackageContentMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tometadata(ValidateSolFunctionPackageContentMetadata)
.- Parameters:
metadata
- a consumer that will call methods onValidateSolFunctionPackageContentMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vnfProductName
Network function product name.
- Parameters:
vnfProductName
- Network function product name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfProvider
Network function provider.
- Parameters:
vnfProvider
- Network function provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfdId
Function package descriptor ID.
- Parameters:
vnfdId
- Function package descriptor ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfdVersion
Function package descriptor version.
- Parameters:
vnfdVersion
- Function package descriptor version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-