public static final class PolicyTepTableCsvRecord.Builder
extends java.lang.Object
PolicyTepTableCsvRecord
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
PolicyTepTableCsvRecord . |
Modifier and Type | Method and Description |
---|---|
PolicyTepTableCsvRecord |
build() |
PolicyTepTableCsvRecord.Builder |
setSegmentId(java.lang.String segmentId)
This is the identifier of the TEP segment.
|
PolicyTepTableCsvRecord.Builder |
setTepIp(java.lang.String tepIp)
The tunnel endpoint IP address format: ip
|
PolicyTepTableCsvRecord.Builder |
setTepLabel(java.lang.Long tepLabel)
The tunnel endpoint label format: int64
|
PolicyTepTableCsvRecord.Builder |
setTepMacAddress(java.lang.String tepMacAddress)
The tunnel endpoint MAC address
|
public Builder()
PolicyTepTableCsvRecord
.public PolicyTepTableCsvRecord.Builder setSegmentId(java.lang.String segmentId)
segmentId
- New value for the property.public PolicyTepTableCsvRecord.Builder setTepIp(java.lang.String tepIp)
tepIp
- New value for the property.public PolicyTepTableCsvRecord.Builder setTepLabel(java.lang.Long tepLabel)
tepLabel
- New value for the property.public PolicyTepTableCsvRecord.Builder setTepMacAddress(java.lang.String tepMacAddress)
tepMacAddress
- New value for the property.public PolicyTepTableCsvRecord build()