Class AWSAccountDetails
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.AWSAccountDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.464-07:00")
public class AWSAccountDetails
extends Object
Details of the cloud network and the cross-account role required to create the PrivateLink endpoint.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for cloudAccountId.Getter for credentialCrn.Getter for crossAccountRoleDetails.Getter for region.Getter for subnetIds.getVpcId()
Getter for vpcId.int
hashCode()
void
setCloudAccountId
(String cloudAccountId) Setter for cloudAccountId.void
setCredentialCrn
(String credentialCrn) Setter for credentialCrn.void
setCrossAccountRoleDetails
(CrossAccountRoleDetails crossAccountRoleDetails) Setter for crossAccountRoleDetails.void
Setter for region.void
setSubnetIds
(List<String> subnetIds) Setter for subnetIds.void
Setter 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
-