Interface GoldengateAmazonS3ConnectionPropertiesOrBuilder (0.42.0)

public interface GoldengateAmazonS3ConnectionPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessKeyId()

public abstract String getAccessKeyId()

Optional. Access key ID to access the Amazon S3 bucket.

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 S3 bucket.

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

Returns
Type Description
ByteString

The bytes for accessKeyId.

getEndpoint()

public abstract String getEndpoint()

Optional. The Amazon Endpoint for S3.

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

Returns
Type Description
String

The endpoint.

getEndpointBytes()

public abstract ByteString getEndpointBytes()

Optional. The Amazon Endpoint for S3.

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

Returns
Type Description
ByteString

The bytes for endpoint.

getRegion()

public abstract String getRegion()

Optional. The name of the AWS region where the bucket is created.

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

Returns
Type Description
String

The region.

getRegionBytes()

public abstract ByteString getRegionBytes()

Optional. The name of the AWS region where the bucket is created.

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

Returns
Type Description
ByteString

The bytes for region.

getSecretAccessKeySecret()

public abstract String getSecretAccessKeySecret()

Optional. Secret access key to access the Amazon S3 bucket.

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 S3 bucket.

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 AmazonS3Connection.

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 AmazonS3Connection.

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

Returns
Type Description
ByteString

The bytes for technologyType.