public final class KinesisEgressSpec<T> extends java.lang.Object implements EgressSpec<T>
Modifier and Type | Method and Description |
---|---|
AwsCredentials |
awsCredentials() |
AwsRegion |
awsRegion() |
java.util.Properties |
clientConfigurationProperties() |
EgressIdentifier<T> |
id()
Returns the unique identifier of the egress.
|
int |
maxOutstandingRecords() |
java.lang.Class<? extends KinesisEgressSerializer<T>> |
serializerClass() |
EgressType |
type()
Returns the type of the egress.
|
public EgressIdentifier<T> id()
EgressSpec
id
in interface EgressSpec<T>
public EgressType type()
EgressSpec
type
in interface EgressSpec<T>
public java.lang.Class<? extends KinesisEgressSerializer<T>> serializerClass()
public int maxOutstandingRecords()
public AwsRegion awsRegion()
public AwsCredentials awsCredentials()
public java.util.Properties clientConfigurationProperties()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.