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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for s3GuardTableName.int
hashCode()
void
setS3GuardTableName
(String s3GuardTableName) Setter for s3GuardTableName.toString()
-
Constructor Details
-
EnvironmentAwsDetails
public EnvironmentAwsDetails()
-
-
Method Details
-
getS3GuardTableName
Getter for s3GuardTableName. The name for the DynamoDB table backing S3Guard. -
setS3GuardTableName
Setter for s3GuardTableName. The name for the DynamoDB table backing S3Guard. -
equals
-
hashCode
public int hashCode() -
toString
-