Package com.cloudera.cdp.datalake.model
Class AWSConfigurationRequest
java.lang.Object
com.cloudera.cdp.datalake.model.AWSConfigurationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class AWSConfigurationRequest
extends Object
Request object for AWS configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for instanceProfile.Getter for storageBucketLocation.int
hashCode()
void
setInstanceProfile
(String instanceProfile) Setter for instanceProfile.void
setStorageBucketLocation
(String storageBucketLocation) Setter for storageBucketLocation.toString()
-
Constructor Details
-
AWSConfigurationRequest
public AWSConfigurationRequest()
-
-
Method Details
-
getInstanceProfile
Getter for instanceProfile. The ARN of an IAM instance profile. -
setInstanceProfile
Setter for instanceProfile. The ARN of an IAM instance profile. -
getStorageBucketLocation
Getter for storageBucketLocation. The location of the S3 bucket to be used as storage. The location has to start with s3a:// followed by the bucket name. -
setStorageBucketLocation
Setter for storageBucketLocation. The location of the S3 bucket to be used as storage. The location has to start with s3a:// followed by the bucket name. -
equals
-
hashCode
public int hashCode() -
toString
-