Interface ValidateSolFunctionPackageContentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ValidateSolFunctionPackageContentResponse.Builder,ValidateSolFunctionPackageContentResponse>,SdkBuilder<ValidateSolFunctionPackageContentResponse.Builder,ValidateSolFunctionPackageContentResponse>,SdkPojo,SdkResponse.Builder,TnbResponse.Builder
- Enclosing class:
- ValidateSolFunctionPackageContentResponse
public static interface ValidateSolFunctionPackageContentResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<ValidateSolFunctionPackageContentResponse.Builder,ValidateSolFunctionPackageContentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ValidateSolFunctionPackageContentResponse.Builderid(String id)Function package ID.default ValidateSolFunctionPackageContentResponse.Buildermetadata(Consumer<ValidateSolFunctionPackageContentMetadata.Builder> metadata)Function package metadata.ValidateSolFunctionPackageContentResponse.Buildermetadata(ValidateSolFunctionPackageContentMetadata metadata)Function package metadata.ValidateSolFunctionPackageContentResponse.BuildervnfdId(String vnfdId)Function package descriptor ID.ValidateSolFunctionPackageContentResponse.BuildervnfdVersion(String vnfdVersion)Function package descriptor version.ValidateSolFunctionPackageContentResponse.BuildervnfProductName(String vnfProductName)Network function product name.ValidateSolFunctionPackageContentResponse.BuildervnfProvider(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, 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 Detail
-
id
ValidateSolFunctionPackageContentResponse.Builder id(String 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.Builderavoiding the need to create one manually viaValidateSolFunctionPackageContentMetadata.builder().When the
Consumercompletes,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:
metadata(ValidateSolFunctionPackageContentMetadata)
-
vnfProductName
ValidateSolFunctionPackageContentResponse.Builder vnfProductName(String 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
ValidateSolFunctionPackageContentResponse.Builder vnfProvider(String 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
ValidateSolFunctionPackageContentResponse.Builder vnfdId(String 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
ValidateSolFunctionPackageContentResponse.Builder vnfdVersion(String 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.
-
-