Interface ListSolFunctionInstanceInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListSolFunctionInstanceInfo.Builder,
,ListSolFunctionInstanceInfo> SdkBuilder<ListSolFunctionInstanceInfo.Builder,
,ListSolFunctionInstanceInfo> SdkPojo
- Enclosing class:
ListSolFunctionInstanceInfo
@Mutable
@NotThreadSafe
public static interface ListSolFunctionInstanceInfo.Builder
extends SdkPojo, CopyableBuilder<ListSolFunctionInstanceInfo.Builder,ListSolFunctionInstanceInfo>
-
Method Summary
Modifier and TypeMethodDescriptionNetwork function instance ARN.Network function instance ID.instantiatedVnfInfo
(Consumer<GetSolInstantiatedVnfInfo.Builder> instantiatedVnfInfo) Sets the value of the InstantiatedVnfInfo property for this object.instantiatedVnfInfo
(GetSolInstantiatedVnfInfo instantiatedVnfInfo) Sets the value of the InstantiatedVnfInfo property for this object.instantiationState
(String instantiationState) Network function instance instantiation state.instantiationState
(VnfInstantiationState instantiationState) Network function instance instantiation state.Network function instance metadata.metadata
(ListSolFunctionInstanceMetadata metadata) Network function instance metadata.nsInstanceId
(String nsInstanceId) Network instance ID.Function package ID.vnfPkgName
(String vnfPkgName) Function package name.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
-
arn
Network function instance ARN.
- Parameters:
arn
- Network function instance ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
Network function instance ID.
- Parameters:
id
- Network function instance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instantiatedVnfInfo
ListSolFunctionInstanceInfo.Builder instantiatedVnfInfo(GetSolInstantiatedVnfInfo instantiatedVnfInfo) Sets the value of the InstantiatedVnfInfo property for this object.- Parameters:
instantiatedVnfInfo
- The new value for the InstantiatedVnfInfo property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instantiatedVnfInfo
default ListSolFunctionInstanceInfo.Builder instantiatedVnfInfo(Consumer<GetSolInstantiatedVnfInfo.Builder> instantiatedVnfInfo) Sets the value of the InstantiatedVnfInfo property for this object. This is a convenience method that creates an instance of theGetSolInstantiatedVnfInfo.Builder
avoiding the need to create one manually viaGetSolInstantiatedVnfInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinstantiatedVnfInfo(GetSolInstantiatedVnfInfo)
.- Parameters:
instantiatedVnfInfo
- a consumer that will call methods onGetSolInstantiatedVnfInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instantiationState
Network function instance instantiation state.
- Parameters:
instantiationState
- Network function instance instantiation state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instantiationState
Network function instance instantiation state.
- Parameters:
instantiationState
- Network function instance instantiation state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metadata
Network function instance metadata.
- Parameters:
metadata
- Network function instance metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
default ListSolFunctionInstanceInfo.Builder metadata(Consumer<ListSolFunctionInstanceMetadata.Builder> metadata) Network function instance metadata.
This is a convenience method that creates an instance of theListSolFunctionInstanceMetadata.Builder
avoiding the need to create one manually viaListSolFunctionInstanceMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tometadata(ListSolFunctionInstanceMetadata)
.- Parameters:
metadata
- a consumer that will call methods onListSolFunctionInstanceMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nsInstanceId
Network instance ID.
- Parameters:
nsInstanceId
- Network instance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfPkgId
Function package ID.
- Parameters:
vnfPkgId
- Function package ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfPkgName
Function package name.
- Parameters:
vnfPkgName
- Function package name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-