Class KMSServerSideEncryptionIntegrationConfig
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.KMSServerSideEncryptionIntegrationConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KMSServerSideEncryptionIntegrationConfig.Builder,KMSServerSideEncryptionIntegrationConfig>
@Generated("software.amazon.awssdk:codegen") public final class KMSServerSideEncryptionIntegrationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KMSServerSideEncryptionIntegrationConfig.Builder,KMSServerSideEncryptionIntegrationConfig>
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKMSServerSideEncryptionIntegrationConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KMSServerSideEncryptionIntegrationConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyId()Describes the specified KMS key.OptInStatusoptInStatus()Specifies if DevOps Guru is enabled for KMS integration.StringoptInStatusAsString()Specifies if DevOps Guru is enabled for KMS integration.List<SdkField<?>>sdkFields()static Class<? extends KMSServerSideEncryptionIntegrationConfig.Builder>serializableBuilderClass()KMSServerSideEncryptionIntegrationConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.ServerSideEncryptionTypetype()The type of KMS key used.StringtypeAsString()The type of KMS key used.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
kmsKeyId
public final String kmsKeyId()
Describes the specified KMS key.
To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with "alias/". If you specify a predefined Amazon Web Services alias (an Amazon Web Services alias with no key ID), Amazon Web Services KMS associates the alias with an Amazon Web Services managed key and returns its KeyId and Arn in the response. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN.
For example:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
Alias name: alias/ExampleAlias
Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
- Returns:
- Describes the specified KMS key.
To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with "alias/". If you specify a predefined Amazon Web Services alias (an Amazon Web Services alias with no key ID), Amazon Web Services KMS associates the alias with an Amazon Web Services managed key and returns its KeyId and Arn in the response. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN.
For example:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
Alias name: alias/ExampleAlias
Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
-
optInStatus
public final OptInStatus optInStatus()
Specifies if DevOps Guru is enabled for KMS integration.
If the service returns an enum value that is not available in the current SDK version,
optInStatuswill returnOptInStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoptInStatusAsString().- Returns:
- Specifies if DevOps Guru is enabled for KMS integration.
- See Also:
OptInStatus
-
optInStatusAsString
public final String optInStatusAsString()
Specifies if DevOps Guru is enabled for KMS integration.
If the service returns an enum value that is not available in the current SDK version,
optInStatuswill returnOptInStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoptInStatusAsString().- Returns:
- Specifies if DevOps Guru is enabled for KMS integration.
- See Also:
OptInStatus
-
type
public final ServerSideEncryptionType type()
The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
If the service returns an enum value that is not available in the current SDK version,
typewill returnServerSideEncryptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
- See Also:
ServerSideEncryptionType
-
typeAsString
public final String typeAsString()
The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
If the service returns an enum value that is not available in the current SDK version,
typewill returnServerSideEncryptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
- See Also:
ServerSideEncryptionType
-
toBuilder
public KMSServerSideEncryptionIntegrationConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KMSServerSideEncryptionIntegrationConfig.Builder,KMSServerSideEncryptionIntegrationConfig>
-
builder
public static KMSServerSideEncryptionIntegrationConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends KMSServerSideEncryptionIntegrationConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-