Class AwsCredentialProperties
java.lang.Object
com.cloudera.cdp.environments.model.AwsCredentialProperties
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class AwsCredentialProperties
extends Object
The credential properties that closely related to those that have been created on AWS.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for govCloud.Getter for roleArn.int
hashCode()
void
setGovCloud
(Boolean govCloud) Setter for govCloud.void
setRoleArn
(String roleArn) Setter for roleArn.toString()
-
Constructor Details
-
AwsCredentialProperties
public AwsCredentialProperties()
-
-
Method Details
-
getRoleArn
Getter for roleArn. The AWS role arn for the given credential. -
setRoleArn
Setter for roleArn. The AWS role arn for the given credential. -
getGovCloud
Getter for govCloud. Flag that indicates that the given AWS credential is GovCloud specfic. -
setGovCloud
Setter for govCloud. Flag that indicates that the given AWS credential is GovCloud specfic. -
equals
-
hashCode
public int hashCode() -
toString
-