Interface GetSolInstantiatedVnfInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GetSolInstantiatedVnfInfo.Builder,GetSolInstantiatedVnfInfo>,SdkBuilder<GetSolInstantiatedVnfInfo.Builder,GetSolInstantiatedVnfInfo>,SdkPojo
- Enclosing class:
- GetSolInstantiatedVnfInfo
public static interface GetSolInstantiatedVnfInfo.Builder extends SdkPojo, CopyableBuilder<GetSolInstantiatedVnfInfo.Builder,GetSolInstantiatedVnfInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSolInstantiatedVnfInfo.BuildervnfState(String vnfState)State of the network function.GetSolInstantiatedVnfInfo.BuildervnfState(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, sdkFields
-
-
-
-
Method Detail
-
vnfState
GetSolInstantiatedVnfInfo.Builder vnfState(String 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:
VnfOperationalState,VnfOperationalState
-
vnfState
GetSolInstantiatedVnfInfo.Builder vnfState(VnfOperationalState 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:
VnfOperationalState,VnfOperationalState
-
-