public static interface ListSolNetworkInstanceInfo.Builder extends SdkPojo, CopyableBuilder<ListSolNetworkInstanceInfo.Builder,ListSolNetworkInstanceInfo>
| Modifier and Type | Method and Description |
|---|---|
ListSolNetworkInstanceInfo.Builder |
arn(String arn)
Network instance ARN.
|
ListSolNetworkInstanceInfo.Builder |
id(String id)
ID of the network instance.
|
default ListSolNetworkInstanceInfo.Builder |
metadata(Consumer<ListSolNetworkInstanceMetadata.Builder> metadata)
The metadata of the network instance.
|
ListSolNetworkInstanceInfo.Builder |
metadata(ListSolNetworkInstanceMetadata metadata)
The metadata of the network instance.
|
ListSolNetworkInstanceInfo.Builder |
nsdId(String nsdId)
ID of the network service descriptor in the network package.
|
ListSolNetworkInstanceInfo.Builder |
nsdInfoId(String nsdInfoId)
ID of the network service descriptor in the network package.
|
ListSolNetworkInstanceInfo.Builder |
nsInstanceDescription(String nsInstanceDescription)
Human-readable description of the network instance.
|
ListSolNetworkInstanceInfo.Builder |
nsInstanceName(String nsInstanceName)
Human-readable name of the network instance.
|
ListSolNetworkInstanceInfo.Builder |
nsState(NsState nsState)
The state of the network instance.
|
ListSolNetworkInstanceInfo.Builder |
nsState(String nsState)
The state of the network instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolNetworkInstanceInfo.Builder arn(String arn)
Network instance ARN.
arn - Network instance ARN.ListSolNetworkInstanceInfo.Builder id(String id)
ID of the network instance.
id - ID of the network instance.ListSolNetworkInstanceInfo.Builder metadata(ListSolNetworkInstanceMetadata metadata)
The metadata of the network instance.
metadata - The metadata of the network instance.default ListSolNetworkInstanceInfo.Builder metadata(Consumer<ListSolNetworkInstanceMetadata.Builder> metadata)
The metadata of the network instance.
This is a convenience method that creates an instance of theListSolNetworkInstanceMetadata.Builder
avoiding the need to create one manually via ListSolNetworkInstanceMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to metadata(ListSolNetworkInstanceMetadata).
metadata - a consumer that will call methods on ListSolNetworkInstanceMetadata.Buildermetadata(ListSolNetworkInstanceMetadata)ListSolNetworkInstanceInfo.Builder nsInstanceDescription(String nsInstanceDescription)
Human-readable description of the network instance.
nsInstanceDescription - Human-readable description of the network instance.ListSolNetworkInstanceInfo.Builder nsInstanceName(String nsInstanceName)
Human-readable name of the network instance.
nsInstanceName - Human-readable name of the network instance.ListSolNetworkInstanceInfo.Builder nsState(String nsState)
The state of the network instance.
ListSolNetworkInstanceInfo.Builder nsState(NsState nsState)
The state of the network instance.
ListSolNetworkInstanceInfo.Builder nsdId(String nsdId)
ID of the network service descriptor in the network package.
nsdId - ID of the network service descriptor in the network package.ListSolNetworkInstanceInfo.Builder nsdInfoId(String nsdInfoId)
ID of the network service descriptor in the network package.
nsdInfoId - ID of the network service descriptor in the network package.Copyright © 2023. All rights reserved.