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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.int
hashCode()
void
setS3GuardTableName
(String s3GuardTableName) Deprecated.toString()
-
Constructor Details
-
EnvironmentAwsDetails
public EnvironmentAwsDetails()
-
-
Method Details
-
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.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
-
hashCode
public int hashCode() -
toString
-