Interface ValidateSolNetworkPackageContentMetadata.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ValidateSolNetworkPackageContentMetadata.Builder,,ValidateSolNetworkPackageContentMetadata> SdkBuilder<ValidateSolNetworkPackageContentMetadata.Builder,,ValidateSolNetworkPackageContentMetadata> SdkPojo
- Enclosing class:
 ValidateSolNetworkPackageContentMetadata
public static interface ValidateSolNetworkPackageContentMetadata.Builder
extends SdkPojo, CopyableBuilder<ValidateSolNetworkPackageContentMetadata.Builder,ValidateSolNetworkPackageContentMetadata> 
- 
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Nsd property for this object.nsd(NetworkArtifactMeta nsd) Sets the value of the Nsd property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
nsd
Sets the value of the Nsd property for this object.- Parameters:
 nsd- The new value for the Nsd property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nsd
default ValidateSolNetworkPackageContentMetadata.Builder nsd(Consumer<NetworkArtifactMeta.Builder> nsd) Sets the value of the Nsd property for this object. This is a convenience method that creates an instance of theNetworkArtifactMeta.Builderavoiding the need to create one manually viaNetworkArtifactMeta.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonsd(NetworkArtifactMeta).- Parameters:
 nsd- a consumer that will call methods onNetworkArtifactMeta.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -