Interface PutSolFunctionPackageContentMetadata.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PutSolFunctionPackageContentMetadata.Builder,,- PutSolFunctionPackageContentMetadata> - SdkBuilder<PutSolFunctionPackageContentMetadata.Builder,,- PutSolFunctionPackageContentMetadata> - SdkPojo
- Enclosing class:
- PutSolFunctionPackageContentMetadata
public static interface PutSolFunctionPackageContentMetadata.Builder
extends SdkPojo, CopyableBuilder<PutSolFunctionPackageContentMetadata.Builder,PutSolFunctionPackageContentMetadata> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the Vnfd property for this object.vnfd(FunctionArtifactMeta vnfd) Sets the value of the Vnfd property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
vnfdSets 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.
 
- 
vnfddefault PutSolFunctionPackageContentMetadata.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 on- FunctionArtifactMeta.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-