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 Details

    • AWSAccountDetails

      public AWSAccountDetails()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object