public final class KinesisIngressSpec<T> extends java.lang.Object implements IngressSpec<T>
Modifier and Type | Method and Description |
---|---|
OptionalProperty<AwsCredentials> |
awsCredentials() |
OptionalProperty<AwsRegion> |
awsRegion() |
KinesisIngressDeserializer<T> |
deserializer() |
IngressIdentifier<T> |
id()
Returns the unique identifier of the ingress.
|
java.util.Properties |
properties() |
KinesisIngressStartupPosition |
startupPosition() |
java.util.List<java.lang.String> |
streams() |
IngressType |
type()
Returns the type of the ingress.
|
public IngressIdentifier<T> id()
IngressSpec
id
in interface IngressSpec<T>
public IngressType type()
IngressSpec
type
in interface IngressSpec<T>
public java.util.List<java.lang.String> streams()
public KinesisIngressDeserializer<T> deserializer()
public KinesisIngressStartupPosition startupPosition()
public OptionalProperty<AwsRegion> awsRegion()
public OptionalProperty<AwsCredentials> awsCredentials()
public java.util.Properties properties()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.