Class CreateAwsCredentialRequest
java.lang.Object
com.cloudera.cdp.replicationmanager.model.CreateAwsCredentialRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.297-07:00")
public class CreateAwsCredentialRequest
extends Object
Request object for creating AWS IAM or Access & Secret Key cloud credentials.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for accessKey.Getter for clusters.getName()
Getter for name.Getter for secretKey.getType()
Getter for type.int
hashCode()
void
setAccessKey
(String accessKey) Setter for accessKey.void
setClusters
(List<String> clusters) Setter for clusters.void
Setter for name.void
setSecretKey
(String secretKey) Setter for secretKey.void
Setter for type.toString()
-
Constructor Details
-
CreateAwsCredentialRequest
public CreateAwsCredentialRequest()
-
-
Method Details
-
getName
Getter for name. Name of the credential. -
setName
Setter for name. Name of the credential. -
getClusters
Getter for clusters. List of cluster CRNs where the credential should be created. -
setClusters
Setter for clusters. List of cluster CRNs where the credential should be created. -
getType
Getter for type. Type of the credential. Additional required parameters by type: IAM: none; ACCESSKEY: accessKey, secretKey. Superfluous parameters are ignored. Providing IAM will create an IAM Role-based Authentication account in Cloudera Manager. Providing ACCESSKEY will create an AWS Access Key Authentication account in Cloudera Manager. -
setType
Setter for type. Type of the credential. Additional required parameters by type: IAM: none; ACCESSKEY: accessKey, secretKey. Superfluous parameters are ignored. Providing IAM will create an IAM Role-based Authentication account in Cloudera Manager. Providing ACCESSKEY will create an AWS Access Key Authentication account in Cloudera Manager. -
getAccessKey
Getter for accessKey. AWS access key. -
setAccessKey
Setter for accessKey. AWS access key. -
getSecretKey
Getter for secretKey. AWS secret key. -
setSecretKey
Setter for secretKey. AWS secret key. -
equals
-
hashCode
public int hashCode() -
toString
-