public static final class GoldengateAmazonKinesisConnectionProperties.Builder extends GeneratedMessage.Builder<GoldengateAmazonKinesisConnectionProperties.Builder> implements GoldengateAmazonKinesisConnectionPropertiesOrBuilderThe properties of GoldengateAmazonKinesisConnection.
Protobuf type
google.cloud.oracledatabase.v1.GoldengateAmazonKinesisConnectionProperties
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GoldengateAmazonKinesisConnectionProperties.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GoldengateAmazonKinesisConnectionProperties build()| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties |
|
buildPartial()
public GoldengateAmazonKinesisConnectionProperties buildPartial()| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties |
|
clear()
public GoldengateAmazonKinesisConnectionProperties.Builder clear()| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
|
clearAccessKeyId()
public GoldengateAmazonKinesisConnectionProperties.Builder clearAccessKeyId()Optional. Access key ID to access the Amazon Kinesis.
string access_key_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
clearAwsRegion()
public GoldengateAmazonKinesisConnectionProperties.Builder clearAwsRegion()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 |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
clearEndpoint()
public GoldengateAmazonKinesisConnectionProperties.Builder clearEndpoint()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 |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
clearSecretAccessKeySecret()
public GoldengateAmazonKinesisConnectionProperties.Builder clearSecretAccessKeySecret()Optional. Secret access key to access the Amazon Kinesis.
string secret_access_key_secret = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
clearTechnologyType()
public GoldengateAmazonKinesisConnectionProperties.Builder clearTechnologyType()Optional. The technology type of AmazonKinesisConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
getAccessKeyId()
public 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 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 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 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. |
getDefaultInstanceForType()
public GoldengateAmazonKinesisConnectionProperties getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEndpoint()
public 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GoldengateAmazonKinesisConnectionProperties other)
public GoldengateAmazonKinesisConnectionProperties.Builder mergeFrom(GoldengateAmazonKinesisConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateAmazonKinesisConnectionProperties |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GoldengateAmazonKinesisConnectionProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GoldengateAmazonKinesisConnectionProperties.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
|
setAccessKeyId(String value)
public GoldengateAmazonKinesisConnectionProperties.Builder setAccessKeyId(String value)Optional. Access key ID to access the Amazon Kinesis.
string access_key_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe accessKeyId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
setAccessKeyIdBytes(ByteString value)
public GoldengateAmazonKinesisConnectionProperties.Builder setAccessKeyIdBytes(ByteString value)Optional. Access key ID to access the Amazon Kinesis.
string access_key_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for accessKeyId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
setAwsRegion(String value)
public GoldengateAmazonKinesisConnectionProperties.Builder setAwsRegion(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe awsRegion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
setAwsRegionBytes(ByteString value)
public GoldengateAmazonKinesisConnectionProperties.Builder setAwsRegionBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for awsRegion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
setEndpoint(String value)
public GoldengateAmazonKinesisConnectionProperties.Builder setEndpoint(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe endpoint to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
setEndpointBytes(ByteString value)
public GoldengateAmazonKinesisConnectionProperties.Builder setEndpointBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for endpoint to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
setSecretAccessKeySecret(String value)
public GoldengateAmazonKinesisConnectionProperties.Builder setSecretAccessKeySecret(String value)Optional. Secret access key to access the Amazon Kinesis.
string secret_access_key_secret = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe secretAccessKeySecret to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
setSecretAccessKeySecretBytes(ByteString value)
public GoldengateAmazonKinesisConnectionProperties.Builder setSecretAccessKeySecretBytes(ByteString value)Optional. Secret access key to access the Amazon Kinesis.
string secret_access_key_secret = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for secretAccessKeySecret to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
setTechnologyType(String value)
public GoldengateAmazonKinesisConnectionProperties.Builder setTechnologyType(String value)Optional. The technology type of AmazonKinesisConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe technologyType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |
setTechnologyTypeBytes(ByteString value)
public GoldengateAmazonKinesisConnectionProperties.Builder setTechnologyTypeBytes(ByteString value)Optional. The technology type of AmazonKinesisConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for technologyType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateAmazonKinesisConnectionProperties.Builder |
This builder for chaining. |