Interface ValidateSolFunctionPackageContentMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ValidateSolFunctionPackageContentMetadata.Builder,ValidateSolFunctionPackageContentMetadata>,SdkBuilder<ValidateSolFunctionPackageContentMetadata.Builder,ValidateSolFunctionPackageContentMetadata>,SdkPojo
- Enclosing class:
- ValidateSolFunctionPackageContentMetadata
public static interface ValidateSolFunctionPackageContentMetadata.Builder extends SdkPojo, CopyableBuilder<ValidateSolFunctionPackageContentMetadata.Builder,ValidateSolFunctionPackageContentMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ValidateSolFunctionPackageContentMetadata.Buildervnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)Sets the value of the Vnfd property for this object.ValidateSolFunctionPackageContentMetadata.Buildervnfd(FunctionArtifactMeta vnfd)Sets the value of the Vnfd property for this object.-
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
-
-
-
-
Method Detail
-
vnfd
ValidateSolFunctionPackageContentMetadata.Builder vnfd(FunctionArtifactMeta vnfd)
Sets the value of the Vnfd property for this object.- Parameters:
vnfd- The new value for the Vnfd property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfd
default ValidateSolFunctionPackageContentMetadata.Builder vnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)
Sets the value of the Vnfd property for this object. This is a convenience method that creates an instance of theFunctionArtifactMeta.Builderavoiding the need to create one manually viaFunctionArtifactMeta.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovnfd(FunctionArtifactMeta).- Parameters:
vnfd- a consumer that will call methods onFunctionArtifactMeta.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vnfd(FunctionArtifactMeta)
-
-