Class AWSAccountDetails
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.AWSAccountDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-14T06:50:09.998-08:00")
public class AWSAccountDetails
extends Object
Details of the cloud network and the cross-account role required to create the PrivateLink endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for cloudAccountId.Getter for credentialCrn.Getter for crossAccountRoleDetails.Getter for region.Getter for subnetIds.getVpcId()Getter for vpcId.inthashCode()voidsetCloudAccountId(String cloudAccountId) Setter for cloudAccountId.voidsetCredentialCrn(String credentialCrn) Setter for credentialCrn.voidsetCrossAccountRoleDetails(CrossAccountRoleDetails crossAccountRoleDetails) Setter for crossAccountRoleDetails.voidSetter for region.voidsetSubnetIds(List<String> subnetIds) Setter for subnetIds.voidSetter for vpcId.toString()
-
Constructor Details
-
AWSAccountDetails
public AWSAccountDetails()
-
-
Method Details
-
getCloudAccountId
Getter for cloudAccountId. Account ID to authorize access for PrivateLink. -
setCloudAccountId
Setter for cloudAccountId. Account ID to authorize access for PrivateLink. -
getCrossAccountRoleDetails
Getter for crossAccountRoleDetails. Cross account role details. -
setCrossAccountRoleDetails
Setter for crossAccountRoleDetails. Cross account role details. -
getCredentialCrn
Getter for credentialCrn. CDP Credential CRN to fetch the AWS cross-account RoleArn for the account where the endpoint gets deleted. -
setCredentialCrn
Setter for credentialCrn. CDP Credential CRN to fetch the AWS cross-account RoleArn for the account where the endpoint gets deleted. -
getRegion
Getter for region. Region in which VPC exists. -
setRegion
Setter for region. Region in which VPC exists. -
getVpcId
Getter for vpcId. VPC ID in which the private link should be created. -
setVpcId
Setter for vpcId. VPC ID in which the private link should be created. -
getSubnetIds
Getter for subnetIds. IDs of the private subnets in which the private link should be created. -
setSubnetIds
Setter for subnetIds. IDs of the private subnets in which the private link should be created. -
equals
-
hashCode
public int hashCode() -
toString
-