Class AwsLogStorageRequest
java.lang.Object
com.cloudera.cdp.environments.model.AwsLogStorageRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class AwsLogStorageRequest
extends Object
AWS storage configuration for cluster and audit logs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for backupStorageLocationBase.Getter for instanceProfile.Getter for storageLocationBase.inthashCode()voidsetBackupStorageLocationBase(String backupStorageLocationBase) Setter for backupStorageLocationBase.voidsetInstanceProfile(String instanceProfile) Setter for instanceProfile.voidsetStorageLocationBase(String storageLocationBase) Setter for storageLocationBase.toString()
-
Constructor Details
-
AwsLogStorageRequest
public AwsLogStorageRequest()
-
-
Method Details
-
getStorageLocationBase
Getter for storageLocationBase. The base location to store logs in S3. This should be an s3a:// url. -
setStorageLocationBase
Setter for storageLocationBase. The base location to store logs in S3. This should be an s3a:// url. -
getInstanceProfile
Getter for instanceProfile. The AWS instance profile that which contains the necessary permissions to access the S3 storage location. -
setInstanceProfile
Setter for instanceProfile. The AWS instance profile that which contains the necessary permissions to access the S3 storage location. -
getBackupStorageLocationBase
Getter for backupStorageLocationBase. The base location to store backup in S3. This should be an s3a:// url. -
setBackupStorageLocationBase
Setter for backupStorageLocationBase. The base location to store backup in S3. This should be an s3a:// url. -
equals
-
hashCode
public int hashCode() -
toString
-