Class EnvironmentAwsDetails

java.lang.Object
com.cloudera.cdp.environments.model.EnvironmentAwsDetails

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class EnvironmentAwsDetails extends Object
AWS-specific environment configuration information.
  • Constructor Details

    • EnvironmentAwsDetails

      public EnvironmentAwsDetails()
  • Method Details

    • getS3GuardTableName

      public String getS3GuardTableName()
      Getter for s3GuardTableName. The name for the DynamoDB table backing S3Guard.
    • setS3GuardTableName

      public void setS3GuardTableName(String s3GuardTableName)
      Setter for s3GuardTableName. The name for the DynamoDB table backing S3Guard.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object