Class AWSAccountDetails


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.510-07:00")
    public class AWSAccountDetails
    extends Object
    Details of the cloud network and the cross-account role required to create the PrivateLink endpoint.
    • Constructor Detail

      • AWSAccountDetails

        public AWSAccountDetails()
    • Method Detail

      • getCloudAccountId

        public String getCloudAccountId()
        Getter for cloudAccountId. Account ID to authorize access for PrivateLink.
      • setCloudAccountId

        public void setCloudAccountId​(String cloudAccountId)
        Setter for cloudAccountId. Account ID to authorize access for PrivateLink.
      • getCrossAccountRoleDetails

        public CrossAccountRoleDetails getCrossAccountRoleDetails()
        Getter for crossAccountRoleDetails. Cross account role details.
      • setCrossAccountRoleDetails

        public void setCrossAccountRoleDetails​(CrossAccountRoleDetails crossAccountRoleDetails)
        Setter for crossAccountRoleDetails. Cross account role details.
      • getCredentialCrn

        public String getCredentialCrn()
        Getter for credentialCrn. CDP Credential CRN to fetch the AWS cross-account RoleArn for the account where the endpoint gets deleted.
      • setCredentialCrn

        public void setCredentialCrn​(String credentialCrn)
        Setter for credentialCrn. CDP Credential CRN to fetch the AWS cross-account RoleArn for the account where the endpoint gets deleted.
      • getRegion

        public String getRegion()
        Getter for region. Region in which VPC exists.
      • setRegion

        public void setRegion​(String region)
        Setter for region. Region in which VPC exists.
      • getVpcId

        public String getVpcId()
        Getter for vpcId. VPC ID in which the private link should be created.
      • setVpcId

        public void setVpcId​(String vpcId)
        Setter for vpcId. VPC ID in which the private link should be created.
      • getSubnetIds

        public List<String> getSubnetIds()
        Getter for subnetIds. IDs of the private subnets in which the private link should be created.
      • setSubnetIds

        public void setSubnetIds​(List<String> subnetIds)
        Setter for subnetIds. IDs of the private subnets in which the private link should be created.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object