Interface GetSolNetworkOperationMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GetSolNetworkOperationMetadata.Builder,
,GetSolNetworkOperationMetadata> SdkBuilder<GetSolNetworkOperationMetadata.Builder,
,GetSolNetworkOperationMetadata> SdkPojo
- Enclosing class:
GetSolNetworkOperationMetadata
-
Method Summary
Modifier and TypeMethodDescriptionThe date that the resource was created.instantiateMetadata
(Consumer<InstantiateMetadata.Builder> instantiateMetadata) Metadata related to the network operation occurrence for network instantiation.instantiateMetadata
(InstantiateMetadata instantiateMetadata) Metadata related to the network operation occurrence for network instantiation.lastModified
(Instant lastModified) The date that the resource was last modified.modifyVnfInfoMetadata
(Consumer<ModifyVnfInfoMetadata.Builder> modifyVnfInfoMetadata) Metadata related to the network operation occurrence for network function updates in a network instance.modifyVnfInfoMetadata
(ModifyVnfInfoMetadata modifyVnfInfoMetadata) Metadata related to the network operation occurrence for network function updates in a network instance.updateNsMetadata
(Consumer<UpdateNsMetadata.Builder> updateNsMetadata) Metadata related to the network operation occurrence for network instance updates.updateNsMetadata
(UpdateNsMetadata updateNsMetadata) Metadata related to the network operation occurrence for network instance updates.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
-
createdAt
The date that the resource was created.
- Parameters:
createdAt
- The date that the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instantiateMetadata
Metadata related to the network operation occurrence for network instantiation. This is populated only if the lcmOperationType is
INSTANTIATE
.- Parameters:
instantiateMetadata
- Metadata related to the network operation occurrence for network instantiation. This is populated only if the lcmOperationType isINSTANTIATE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instantiateMetadata
default GetSolNetworkOperationMetadata.Builder instantiateMetadata(Consumer<InstantiateMetadata.Builder> instantiateMetadata) Metadata related to the network operation occurrence for network instantiation. This is populated only if the lcmOperationType is
This is a convenience method that creates an instance of theINSTANTIATE
.InstantiateMetadata.Builder
avoiding the need to create one manually viaInstantiateMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinstantiateMetadata(InstantiateMetadata)
.- Parameters:
instantiateMetadata
- a consumer that will call methods onInstantiateMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModified
The date that the resource was last modified.
- Parameters:
lastModified
- The date that the resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifyVnfInfoMetadata
GetSolNetworkOperationMetadata.Builder modifyVnfInfoMetadata(ModifyVnfInfoMetadata modifyVnfInfoMetadata) Metadata related to the network operation occurrence for network function updates in a network instance. This is populated only if the lcmOperationType is
UPDATE
and the updateType isMODIFY_VNF_INFORMATION
.- Parameters:
modifyVnfInfoMetadata
- Metadata related to the network operation occurrence for network function updates in a network instance. This is populated only if the lcmOperationType isUPDATE
and the updateType isMODIFY_VNF_INFORMATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifyVnfInfoMetadata
default GetSolNetworkOperationMetadata.Builder modifyVnfInfoMetadata(Consumer<ModifyVnfInfoMetadata.Builder> modifyVnfInfoMetadata) Metadata related to the network operation occurrence for network function updates in a network instance. This is populated only if the lcmOperationType is
This is a convenience method that creates an instance of theUPDATE
and the updateType isMODIFY_VNF_INFORMATION
.ModifyVnfInfoMetadata.Builder
avoiding the need to create one manually viaModifyVnfInfoMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodifyVnfInfoMetadata(ModifyVnfInfoMetadata)
.- Parameters:
modifyVnfInfoMetadata
- a consumer that will call methods onModifyVnfInfoMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateNsMetadata
Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType is
UPDATE
and the updateType isUPDATE_NS
.- Parameters:
updateNsMetadata
- Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType isUPDATE
and the updateType isUPDATE_NS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateNsMetadata
default GetSolNetworkOperationMetadata.Builder updateNsMetadata(Consumer<UpdateNsMetadata.Builder> updateNsMetadata) Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType is
This is a convenience method that creates an instance of theUPDATE
and the updateType isUPDATE_NS
.UpdateNsMetadata.Builder
avoiding the need to create one manually viaUpdateNsMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toupdateNsMetadata(UpdateNsMetadata)
.- Parameters:
updateNsMetadata
- a consumer that will call methods onUpdateNsMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-