Class CreatePrivateLinkEndpointRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.510-07:00")
    public class CreatePrivateLinkEndpointRequest
    extends Object
    Request object for the CreatePrivateLinkEndpoint method.
    • Constructor Detail

      • CreatePrivateLinkEndpointRequest

        public CreatePrivateLinkEndpointRequest()
    • Method Detail

      • getServiceComponents

        public List<String> getServiceComponents()
        Getter for serviceComponents. CDP service component name [API/DBUSAPI/IAMAPI/CCMV2/CONSOLEAUTH].
      • setServiceComponents

        public void setServiceComponents​(List<String> serviceComponents)
        Setter for serviceComponents. CDP service component name [API/DBUSAPI/IAMAPI/CCMV2/CONSOLEAUTH].
      • getEnablePrivateDns

        public Boolean getEnablePrivateDns()
        Getter for enablePrivateDns. Enable Private DNS for PrivateLink endpoint.
      • setEnablePrivateDns

        public void setEnablePrivateDns​(Boolean enablePrivateDns)
        Setter for enablePrivateDns. Enable Private DNS for PrivateLink endpoint.
      • getServiceGroup

        public String getServiceGroup()
        Getter for serviceGroup. CDP service group.
      • setServiceGroup

        public void setServiceGroup​(String serviceGroup)
        Setter for serviceGroup. CDP service group.
      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. CRN of the CDP environment in AWS cloud where the PrivateLink endpoint is created.
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. CRN of the CDP environment in AWS cloud where the PrivateLink endpoint is created.
      • getAwsAccountDetails

        public AWSAccountDetails getAwsAccountDetails()
        Getter for awsAccountDetails. AWS account details where the PrivateLink endpoint is created.
      • setAwsAccountDetails

        public void setAwsAccountDetails​(AWSAccountDetails awsAccountDetails)
        Setter for awsAccountDetails. AWS account details where the PrivateLink endpoint is created.
      • getAzureAccountDetails

        public AzureAccountDetails getAzureAccountDetails()
        Getter for azureAccountDetails. Azure account details where PrivateLink endpoint is created.
      • setAzureAccountDetails

        public void setAzureAccountDetails​(AzureAccountDetails azureAccountDetails)
        Setter for azureAccountDetails. Azure account details where PrivateLink endpoint is created.
      • getCloudServiceProvider

        public String getCloudServiceProvider()
        Getter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and Azure.
      • setCloudServiceProvider

        public void setCloudServiceProvider​(String cloudServiceProvider)
        Setter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and Azure.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object