Class AwsLogStorageRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.AwsLogStorageRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class AwsLogStorageRequest extends Object
AWS storage configuration for cluster and audit logs.
-
-
Constructor Summary
Constructors Constructor Description AwsLogStorageRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBackupStorageLocationBase()
Getter for backupStorageLocationBase.String
getInstanceProfile()
Getter for instanceProfile.String
getStorageLocationBase()
Getter for storageLocationBase.int
hashCode()
void
setBackupStorageLocationBase(String backupStorageLocationBase)
Setter for backupStorageLocationBase.void
setInstanceProfile(String instanceProfile)
Setter for instanceProfile.void
setStorageLocationBase(String storageLocationBase)
Setter for storageLocationBase.String
toString()
-
-
-
Method Detail
-
getStorageLocationBase
public String getStorageLocationBase()
Getter for storageLocationBase. The base location to store logs in S3. This should be an s3a:// url.
-
setStorageLocationBase
public void setStorageLocationBase(String storageLocationBase)
Setter for storageLocationBase. The base location to store logs in S3. This should be an s3a:// url.
-
getInstanceProfile
public String getInstanceProfile()
Getter for instanceProfile. The AWS instance profile that which contains the necessary permissions to access the S3 storage location.
-
setInstanceProfile
public void setInstanceProfile(String instanceProfile)
Setter for instanceProfile. The AWS instance profile that which contains the necessary permissions to access the S3 storage location.
-
getBackupStorageLocationBase
public String getBackupStorageLocationBase()
Getter for backupStorageLocationBase. The base location to store backup in S3. This should be an s3a:// url.
-
setBackupStorageLocationBase
public void setBackupStorageLocationBase(String backupStorageLocationBase)
Setter for backupStorageLocationBase. The base location to store backup in S3. This should be an s3a:// url.
-
-