Interface KinesisSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KinesisSpec,KinesisSpec.Builder
@Generated(value="protoc",
comments="annotations:KinesisSpecOrBuilder.java.pb.meta")
public interface KinesisSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDestination Kinesis endpoint arn for temporal to send data to.com.google.protobuf.ByteStringDestination Kinesis endpoint arn for temporal to send data to.The sink's region.com.google.protobuf.ByteStringThe sink's region.The role Temporal Cloud assumes when writing records to Kinesiscom.google.protobuf.ByteStringThe role Temporal Cloud assumes when writing records to KinesisMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRoleName
String getRoleName()The role Temporal Cloud assumes when writing records to Kinesis
string role_name = 1;- Returns:
- The roleName.
-
getRoleNameBytes
com.google.protobuf.ByteString getRoleNameBytes()The role Temporal Cloud assumes when writing records to Kinesis
string role_name = 1;- Returns:
- The bytes for roleName.
-
getDestinationUri
String getDestinationUri()Destination Kinesis endpoint arn for temporal to send data to.
string destination_uri = 2;- Returns:
- The destinationUri.
-
getDestinationUriBytes
com.google.protobuf.ByteString getDestinationUriBytes()Destination Kinesis endpoint arn for temporal to send data to.
string destination_uri = 2;- Returns:
- The bytes for destinationUri.
-
getRegion
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()The sink's region.
string region = 3;- Returns:
- The bytes for region.
-