Class EnvironmentAwsDetails
- java.lang.Object
-
- com.cloudera.cdp.environments.model.EnvironmentAwsDetails
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class EnvironmentAwsDetails extends Object
AWS-specific environment configuration information.
-
-
Constructor Summary
Constructors Constructor Description EnvironmentAwsDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getS3GuardTableName()
Getter for s3GuardTableName.int
hashCode()
void
setS3GuardTableName(String s3GuardTableName)
Setter for s3GuardTableName.String
toString()
-
-
-
Method Detail
-
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.
-
-