Interface ModifyVnfInfoMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModifyVnfInfoMetadata.Builder,ModifyVnfInfoMetadata>,SdkBuilder<ModifyVnfInfoMetadata.Builder,ModifyVnfInfoMetadata>,SdkPojo
- Enclosing class:
- ModifyVnfInfoMetadata
public static interface ModifyVnfInfoMetadata.Builder extends SdkPojo, CopyableBuilder<ModifyVnfInfoMetadata.Builder,ModifyVnfInfoMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyVnfInfoMetadata.BuildervnfConfigurableProperties(Document vnfConfigurableProperties)The configurable properties used during update of the network function instance.ModifyVnfInfoMetadata.BuildervnfInstanceId(String vnfInstanceId)The network function instance that was updated in the network instance.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
vnfConfigurableProperties
ModifyVnfInfoMetadata.Builder vnfConfigurableProperties(Document vnfConfigurableProperties)
The configurable properties used during update of the network function instance.
- Parameters:
vnfConfigurableProperties- The configurable properties used during update of the network function instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfInstanceId
ModifyVnfInfoMetadata.Builder vnfInstanceId(String vnfInstanceId)
The network function instance that was updated in the network instance.
- Parameters:
vnfInstanceId- The network function instance that was updated in the network instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-