Class AwsDatabaseEncryption.Builder (0.84.0)

public static final class AwsDatabaseEncryption.Builder extends GeneratedMessage.Builder<AwsDatabaseEncryption.Builder> implements AwsDatabaseEncryptionOrBuilder

Configuration related to application-layer secrets encryption.

Protobuf type google.cloud.gkemulticloud.v1.AwsDatabaseEncryption

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AwsDatabaseEncryption build()
Returns
Type Description
AwsDatabaseEncryption

buildPartial()

public AwsDatabaseEncryption buildPartial()
Returns
Type Description
AwsDatabaseEncryption

clear()

public AwsDatabaseEncryption.Builder clear()
Returns
Type Description
AwsDatabaseEncryption.Builder
Overrides

clearKmsKeyArn()

public AwsDatabaseEncryption.Builder clearKmsKeyArn()

Required. The ARN of the AWS KMS key used to encrypt cluster secrets.

string kms_key_arn = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AwsDatabaseEncryption.Builder

This builder for chaining.

getDefaultInstanceForType()

public AwsDatabaseEncryption getDefaultInstanceForType()
Returns
Type Description
AwsDatabaseEncryption

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getKmsKeyArn()

public String getKmsKeyArn()

Required. The ARN of the AWS KMS key used to encrypt cluster secrets.

string kms_key_arn = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The kmsKeyArn.

getKmsKeyArnBytes()

public ByteString getKmsKeyArnBytes()

Required. The ARN of the AWS KMS key used to encrypt cluster secrets.

string kms_key_arn = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for kmsKeyArn.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AwsDatabaseEncryption other)

public AwsDatabaseEncryption.Builder mergeFrom(AwsDatabaseEncryption other)
Parameter
Name Description
other AwsDatabaseEncryption
Returns
Type Description
AwsDatabaseEncryption.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AwsDatabaseEncryption.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AwsDatabaseEncryption.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AwsDatabaseEncryption.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AwsDatabaseEncryption.Builder
Overrides

setKmsKeyArn(String value)

public AwsDatabaseEncryption.Builder setKmsKeyArn(String value)

Required. The ARN of the AWS KMS key used to encrypt cluster secrets.

string kms_key_arn = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The kmsKeyArn to set.

Returns
Type Description
AwsDatabaseEncryption.Builder

This builder for chaining.

setKmsKeyArnBytes(ByteString value)

public AwsDatabaseEncryption.Builder setKmsKeyArnBytes(ByteString value)

Required. The ARN of the AWS KMS key used to encrypt cluster secrets.

string kms_key_arn = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for kmsKeyArn to set.

Returns
Type Description
AwsDatabaseEncryption.Builder

This builder for chaining.