public static interface PortChain.Builder
| Modifier and Type | Method and Description |
|---|---|
PortChain |
build()
Builds a port chain object.
|
PortChain.Builder |
setDescription(String description)
Assigns the description to this object.
|
PortChain.Builder |
setFlowClassifiers(List<FlowClassifierId> flowClassifiers)
Assigns the flow classifiers associated with the port chain
to this object.
|
PortChain.Builder |
setId(PortChainId portChainId)
Assigns the port chain id to this object.
|
PortChain.Builder |
setName(String name)
Assigns the name to this object.
|
PortChain.Builder |
setPortPairGroups(List<PortPairGroupId> portPairGroups)
Assigns the port pair groups associated with the port chain
to this object.
|
PortChain.Builder |
setTenantId(TenantId tenantId)
Assigns tenant id to this object.
|
PortChain.Builder setId(PortChainId portChainId)
portChainId - the port chain idPortChain.Builder setTenantId(TenantId tenantId)
tenantId - tenant id of the port chainPortChain.Builder setName(String name)
name - name of the port chainPortChain.Builder setDescription(String description)
description - description of the port chainPortChain.Builder setPortPairGroups(List<PortPairGroupId> portPairGroups)
portPairGroups - list of port pair groupsPortChain.Builder setFlowClassifiers(List<FlowClassifierId> flowClassifiers)
flowClassifiers - list of flow classifiersPortChain build()