Interface GetSolNetworkOperationMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GetSolNetworkOperationMetadata.Builder,GetSolNetworkOperationMetadata>,SdkBuilder<GetSolNetworkOperationMetadata.Builder,GetSolNetworkOperationMetadata>,SdkPojo
- Enclosing class:
- GetSolNetworkOperationMetadata
public static interface GetSolNetworkOperationMetadata.Builder extends SdkPojo, CopyableBuilder<GetSolNetworkOperationMetadata.Builder,GetSolNetworkOperationMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetSolNetworkOperationMetadata.BuildercreatedAt(Instant createdAt)The date that the resource was created.default GetSolNetworkOperationMetadata.BuilderinstantiateMetadata(Consumer<InstantiateMetadata.Builder> instantiateMetadata)Metadata related to the network operation occurrence for network instantiation.GetSolNetworkOperationMetadata.BuilderinstantiateMetadata(InstantiateMetadata instantiateMetadata)Metadata related to the network operation occurrence for network instantiation.GetSolNetworkOperationMetadata.BuilderlastModified(Instant lastModified)The date that the resource was last modified.default GetSolNetworkOperationMetadata.BuildermodifyVnfInfoMetadata(Consumer<ModifyVnfInfoMetadata.Builder> modifyVnfInfoMetadata)Metadata related to the network operation occurrence for network function updates in a network instance.GetSolNetworkOperationMetadata.BuildermodifyVnfInfoMetadata(ModifyVnfInfoMetadata modifyVnfInfoMetadata)Metadata related to the network operation occurrence for network function updates in a network instance.default GetSolNetworkOperationMetadata.BuilderupdateNsMetadata(Consumer<UpdateNsMetadata.Builder> updateNsMetadata)Metadata related to the network operation occurrence for network instance updates.GetSolNetworkOperationMetadata.BuilderupdateNsMetadata(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 Detail
-
createdAt
GetSolNetworkOperationMetadata.Builder createdAt(Instant 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
GetSolNetworkOperationMetadata.Builder instantiateMetadata(InstantiateMetadata 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.Builderavoiding the need to create one manually viaInstantiateMetadata.builder().When the
Consumercompletes,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:
instantiateMetadata(InstantiateMetadata)
-
lastModified
GetSolNetworkOperationMetadata.Builder lastModified(Instant 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
UPDATEand 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 isUPDATEand 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 theUPDATEand the updateType isMODIFY_VNF_INFORMATION.ModifyVnfInfoMetadata.Builderavoiding the need to create one manually viaModifyVnfInfoMetadata.builder().When the
Consumercompletes,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:
modifyVnfInfoMetadata(ModifyVnfInfoMetadata)
-
updateNsMetadata
GetSolNetworkOperationMetadata.Builder updateNsMetadata(UpdateNsMetadata updateNsMetadata)
Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType is
UPDATEand the updateType isUPDATE_NS.- Parameters:
updateNsMetadata- Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType isUPDATEand 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 theUPDATEand the updateType isUPDATE_NS.UpdateNsMetadata.Builderavoiding the need to create one manually viaUpdateNsMetadata.builder().When the
Consumercompletes,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:
updateNsMetadata(UpdateNsMetadata)
-
-