Interface ModifyVnfInfoMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModifyVnfInfoMetadata.Builder,
,ModifyVnfInfoMetadata> SdkBuilder<ModifyVnfInfoMetadata.Builder,
,ModifyVnfInfoMetadata> SdkPojo
- Enclosing class:
ModifyVnfInfoMetadata
@Mutable
@NotThreadSafe
public static interface ModifyVnfInfoMetadata.Builder
extends SdkPojo, CopyableBuilder<ModifyVnfInfoMetadata.Builder,ModifyVnfInfoMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionvnfConfigurableProperties
(Document vnfConfigurableProperties) The configurable properties used during update of the network function instance.vnfInstanceId
(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 Details
-
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
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.
-