Interface GetSolInstantiatedVnfInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GetSolInstantiatedVnfInfo.Builder,
,GetSolInstantiatedVnfInfo> SdkBuilder<GetSolInstantiatedVnfInfo.Builder,
,GetSolInstantiatedVnfInfo> SdkPojo
- Enclosing class:
GetSolInstantiatedVnfInfo
@Mutable
@NotThreadSafe
public static interface GetSolInstantiatedVnfInfo.Builder
extends SdkPojo, CopyableBuilder<GetSolInstantiatedVnfInfo.Builder,GetSolInstantiatedVnfInfo>
-
Method Summary
Modifier and TypeMethodDescriptionState of the network function.vnfState
(VnfOperationalState vnfState) State of the network function.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
-
vnfState
State of the network function.
- Parameters:
vnfState
- State of the network function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vnfState
State of the network function.
- Parameters:
vnfState
- State of the network function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-