Interface ListSolNetworkOperationsMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListSolNetworkOperationsMetadata.Builder,ListSolNetworkOperationsMetadata>,SdkBuilder<ListSolNetworkOperationsMetadata.Builder,ListSolNetworkOperationsMetadata>,SdkPojo
- Enclosing class:
- ListSolNetworkOperationsMetadata
public static interface ListSolNetworkOperationsMetadata.Builder extends SdkPojo, CopyableBuilder<ListSolNetworkOperationsMetadata.Builder,ListSolNetworkOperationsMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSolNetworkOperationsMetadata.BuildercreatedAt(Instant createdAt)The date that the resource was created.ListSolNetworkOperationsMetadata.BuilderlastModified(Instant lastModified)The date that the resource was last modified.ListSolNetworkOperationsMetadata.BuildernsdInfoId(String nsdInfoId)The network service descriptor id used for the operation.ListSolNetworkOperationsMetadata.BuildervnfInstanceId(String vnfInstanceId)The network function id used for the operation.-
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
ListSolNetworkOperationsMetadata.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.
-
lastModified
ListSolNetworkOperationsMetadata.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.
-
nsdInfoId
ListSolNetworkOperationsMetadata.Builder nsdInfoId(String nsdInfoId)
The network service descriptor id used for the operation.
Only present if the updateType is
UPDATE_NS.- Parameters:
nsdInfoId- The network service descriptor id used for the operation.Only present if the updateType is
UPDATE_NS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfInstanceId
ListSolNetworkOperationsMetadata.Builder vnfInstanceId(String vnfInstanceId)
The network function id used for the operation.
Only present if the updateType is
MODIFY_VNF_INFO.- Parameters:
vnfInstanceId- The network function id used for the operation.Only present if the updateType is
MODIFY_VNF_INFO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-