Interface GetSolVnfInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GetSolVnfInfo.Builder,GetSolVnfInfo>,SdkBuilder<GetSolVnfInfo.Builder,GetSolVnfInfo>,SdkPojo
- Enclosing class:
- GetSolVnfInfo
public static interface GetSolVnfInfo.Builder extends SdkPojo, CopyableBuilder<GetSolVnfInfo.Builder,GetSolVnfInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSolVnfInfo.BuildervnfcResourceInfo(Collection<GetSolVnfcResourceInfo> vnfcResourceInfo)Compute info used by the network function instance.GetSolVnfInfo.BuildervnfcResourceInfo(Consumer<GetSolVnfcResourceInfo.Builder>... vnfcResourceInfo)Compute info used by the network function instance.GetSolVnfInfo.BuildervnfcResourceInfo(GetSolVnfcResourceInfo... vnfcResourceInfo)Compute info used by the network function instance.GetSolVnfInfo.BuildervnfState(String vnfState)State of the network function instance.GetSolVnfInfo.BuildervnfState(VnfOperationalState vnfState)State of the network function 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, sdkFields
-
-
-
-
Method Detail
-
vnfState
GetSolVnfInfo.Builder vnfState(String vnfState)
State of the network function instance.
- Parameters:
vnfState- State of the network function instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VnfOperationalState,VnfOperationalState
-
vnfState
GetSolVnfInfo.Builder vnfState(VnfOperationalState vnfState)
State of the network function instance.
- Parameters:
vnfState- State of the network function instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VnfOperationalState,VnfOperationalState
-
vnfcResourceInfo
GetSolVnfInfo.Builder vnfcResourceInfo(Collection<GetSolVnfcResourceInfo> vnfcResourceInfo)
Compute info used by the network function instance.
- Parameters:
vnfcResourceInfo- Compute info used by the network function instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfcResourceInfo
GetSolVnfInfo.Builder vnfcResourceInfo(GetSolVnfcResourceInfo... vnfcResourceInfo)
Compute info used by the network function instance.
- Parameters:
vnfcResourceInfo- Compute info used by the network function instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfcResourceInfo
GetSolVnfInfo.Builder vnfcResourceInfo(Consumer<GetSolVnfcResourceInfo.Builder>... vnfcResourceInfo)
Compute info used by the network function instance.
This is a convenience method that creates an instance of theGetSolVnfcResourceInfo.Builderavoiding the need to create one manually viaGetSolVnfcResourceInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vnfcResourceInfo(List.) - Parameters:
vnfcResourceInfo- a consumer that will call methods onGetSolVnfcResourceInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vnfcResourceInfo(java.util.Collection)
-
-