Class LogStorageAwsDetails
java.lang.Object
com.cloudera.cdp.environments.model.LogStorageAwsDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
           date="2025-10-28T14:00:28.895-07:00")
public class LogStorageAwsDetails
extends Object
AWS-specific log storage configuration information.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGetter for instanceProfile.Getter for storageLocationBase.inthashCode()voidsetInstanceProfile(String instanceProfile) Setter for instanceProfile.voidsetStorageLocationBase(String storageLocationBase) Setter for storageLocationBase.toString()
- 
Constructor Details- 
LogStorageAwsDetailspublic LogStorageAwsDetails()
 
- 
- 
Method Details- 
getStorageLocationBaseGetter for storageLocationBase. The base location to store logs in S3. This should be an s3a:// url.
- 
setStorageLocationBaseSetter for storageLocationBase. The base location to store logs in S3. This should be an s3a:// url.
- 
getInstanceProfileGetter for instanceProfile. The AWS instance profile that which contains the necessary permissions to access the S3 storage location.
- 
setInstanceProfileSetter for instanceProfile. The AWS instance profile that which contains the necessary permissions to access the S3 storage location.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-