Interface GoldengateAmazonKinesisConnectionPropertiesOrBuilder (0.42.0)

public interface GoldengateAmazonKinesisConnectionPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessKeyId()

public abstract String getAccessKeyId()

Optional. Access key ID to access the Amazon Kinesis.

string access_key_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The accessKeyId.

getAccessKeyIdBytes()

public abstract ByteString getAccessKeyIdBytes()

Optional. Access key ID to access the Amazon Kinesis.

string access_key_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for accessKeyId.

getAwsRegion()

public abstract String getAwsRegion()

Optional. The name of the AWS region. If not provided, Goldengate will default to 'us-west-1'.

string aws_region = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The awsRegion.

getAwsRegionBytes()

public abstract ByteString getAwsRegionBytes()

Optional. The name of the AWS region. If not provided, Goldengate will default to 'us-west-1'.

string aws_region = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for awsRegion.

getEndpoint()

public abstract String getEndpoint()

Optional. The endpoint URL of the Amazon Kinesis service. e.g.: 'https://kinesis.us-east-1.amazonaws.com' If not provided, Goldengate will default to 'https://kinesis.<region>.amazonaws.com'.

string endpoint = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The endpoint.

getEndpointBytes()

public abstract ByteString getEndpointBytes()

Optional. The endpoint URL of the Amazon Kinesis service. e.g.: 'https://kinesis.us-east-1.amazonaws.com' If not provided, Goldengate will default to 'https://kinesis.<region>.amazonaws.com'.

string endpoint = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for endpoint.

getSecretAccessKeySecret()

public abstract String getSecretAccessKeySecret()

Optional. Secret access key to access the Amazon Kinesis.

string secret_access_key_secret = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The secretAccessKeySecret.

getSecretAccessKeySecretBytes()

public abstract ByteString getSecretAccessKeySecretBytes()

Optional. Secret access key to access the Amazon Kinesis.

string secret_access_key_secret = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for secretAccessKeySecret.

getTechnologyType()

public abstract String getTechnologyType()

Optional. The technology type of AmazonKinesisConnection.

string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The technologyType.

getTechnologyTypeBytes()

public abstract ByteString getTechnologyTypeBytes()

Optional. The technology type of AmazonKinesisConnection.

string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for technologyType.