public static interface ValidateSolFunctionPackageContentMetadata.Builder extends SdkPojo, CopyableBuilder<ValidateSolFunctionPackageContentMetadata.Builder,ValidateSolFunctionPackageContentMetadata>
| Modifier and Type | Method and Description |
|---|---|
default ValidateSolFunctionPackageContentMetadata.Builder |
vnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)
Sets the value of the Vnfd property for this object.
|
ValidateSolFunctionPackageContentMetadata.Builder |
vnfd(FunctionArtifactMeta vnfd)
Sets the value of the Vnfd property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidateSolFunctionPackageContentMetadata.Builder vnfd(FunctionArtifactMeta vnfd)
vnfd - The new value for the Vnfd property for this object.default ValidateSolFunctionPackageContentMetadata.Builder vnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)
FunctionArtifactMeta.Builder avoiding
the need to create one manually via FunctionArtifactMeta.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to vnfd(FunctionArtifactMeta).
vnfd - a consumer that will call methods on FunctionArtifactMeta.Buildervnfd(FunctionArtifactMeta)Copyright © 2023. All rights reserved.