Class AwsCredentialProperties
- java.lang.Object
-
- com.cloudera.cdp.environments.model.AwsCredentialProperties
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class AwsCredentialProperties extends Object
The credential properties that closely related to those that have been created on AWS.
-
-
Constructor Summary
Constructors Constructor Description AwsCredentialProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getGovCloud()
Getter for govCloud.String
getRoleArn()
Getter for roleArn.int
hashCode()
void
setGovCloud(Boolean govCloud)
Setter for govCloud.void
setRoleArn(String roleArn)
Setter for roleArn.String
toString()
-
-
-
Method Detail
-
getRoleArn
public String getRoleArn()
Getter for roleArn. The AWS role arn for the given credential.
-
setRoleArn
public void setRoleArn(String roleArn)
Setter for roleArn. The AWS role arn for the given credential.
-
getGovCloud
public Boolean getGovCloud()
Getter for govCloud. Flag that indicates that the given AWS credential is GovCloud specfic.
-
setGovCloud
public void setGovCloud(Boolean govCloud)
Setter for govCloud. Flag that indicates that the given AWS credential is GovCloud specfic.
-
-