Class LogStorageAwsDetails
java.lang.Object
com.cloudera.cdp.environments.model.LogStorageAwsDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class LogStorageAwsDetails
extends Object
AWS-specific log storage configuration information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for instanceProfile.Getter for storageLocationBase.int
hashCode()
void
setInstanceProfile
(String instanceProfile) Setter for instanceProfile.void
setStorageLocationBase
(String storageLocationBase) Setter for storageLocationBase.toString()
-
Constructor Details
-
LogStorageAwsDetails
public LogStorageAwsDetails()
-
-
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. -
equals
-
hashCode
public int hashCode() -
toString
-