public static class DomainReplication.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DomainReplication |
build() |
DomainReplication.Builder |
copy(DomainReplication model) |
DomainReplication.Builder |
domainReplicationStates(List<DomainReplicationStates> domainReplicationStates)
The identity domain’s replication state.
|
DomainReplication.Builder |
opcWaterMark(BigDecimal opcWaterMark)
The version number indicating the value of kievTxnId, starting from which the identity
domain replication events need to be returned.
|
DomainReplication.Builder |
txnSeqNumber(BigDecimal txnSeqNumber)
A custom value defining the order of records with the same kievTxnId.
|
public DomainReplication.Builder opcWaterMark(BigDecimal opcWaterMark)
The version number indicating the value of kievTxnId, starting from which the identity domain replication events need to be returned.
opcWaterMark
- the value to setpublic DomainReplication.Builder txnSeqNumber(BigDecimal txnSeqNumber)
A custom value defining the order of records with the same kievTxnId.
txnSeqNumber
- the value to setpublic DomainReplication.Builder domainReplicationStates(List<DomainReplicationStates> domainReplicationStates)
The identity domain’s replication state.
domainReplicationStates
- the value to setpublic DomainReplication build()
public DomainReplication.Builder copy(DomainReplication model)
Copyright © 2016–2024. All rights reserved.