public static final class EgressRecord.Builder
extends java.lang.Object
EgressRecord
.Modifier and Type | Method and Description |
---|---|
EgressRecord |
build() |
EgressRecord.Builder |
withData(byte[] data) |
EgressRecord.Builder |
withExplicitHashKey(java.lang.String explicitHashKey) |
EgressRecord.Builder |
withPartitionKey(java.lang.String partitionKey) |
EgressRecord.Builder |
withStream(java.lang.String stream) |
public EgressRecord.Builder withData(byte[] data)
public EgressRecord.Builder withStream(java.lang.String stream)
public EgressRecord.Builder withPartitionKey(java.lang.String partitionKey)
public EgressRecord.Builder withExplicitHashKey(java.lang.String explicitHashKey)
public EgressRecord build()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.