Class EnvironmentAwsDetails

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:40.736-08:00") public class EnvironmentAwsDetails extends Object
AWS-specific environment configuration information.
  • Constructor Details

    • EnvironmentAwsDetails

      public EnvironmentAwsDetails()
  • Method Details

    • getS3GuardTableName

      @Deprecated public String getS3GuardTableName()
      Deprecated.
      Getter for s3GuardTableName. Deprecated. S3Guard was used to ensure consistent S3 updates when S3 was still eventually consistent. With the introduction of Consistent S3, the goal and usage of S3 Guard have become superfluous and defunct.
    • setS3GuardTableName

      @Deprecated public void setS3GuardTableName(String s3GuardTableName)
      Deprecated.
      Setter for s3GuardTableName. Deprecated. S3Guard was used to ensure consistent S3 updates when S3 was still eventually consistent. With the introduction of Consistent S3, the goal and usage of S3 Guard have become superfluous and defunct.
    • 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