Class CreatePrivateLinkEndpointRequest
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.CreatePrivateLinkEndpointRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-07-30T10:22:45.842-07:00")
public class CreatePrivateLinkEndpointRequest
extends Object
Request object for the CreatePrivateLinkEndpoint method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for awsAccountDetails.Getter for azureAccountDetails.Getter for cloudServiceProvider.Getter for enablePrivateDns.Getter for resourceTags.Getter for serviceGroup.int
hashCode()
void
setAwsAccountDetails
(AWSAccountDetails awsAccountDetails) Setter for awsAccountDetails.void
setAzureAccountDetails
(AzureAccountDetails azureAccountDetails) Setter for azureAccountDetails.void
setCloudServiceProvider
(String cloudServiceProvider) Setter for cloudServiceProvider.void
setEnablePrivateDns
(Boolean enablePrivateDns) Setter for enablePrivateDns.void
setResourceTags
(List<ResourceTag> resourceTags) Setter for resourceTags.void
setServiceGroup
(String serviceGroup) Setter for serviceGroup.toString()
-
Constructor Details
-
CreatePrivateLinkEndpointRequest
public CreatePrivateLinkEndpointRequest()
-
-
Method Details
-
getCloudServiceProvider
Getter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and AZURE. -
setCloudServiceProvider
Setter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and AZURE. -
getEnablePrivateDns
Getter for enablePrivateDns. Enable Private DNS for PrivateLink endpoint. -
setEnablePrivateDns
Setter for enablePrivateDns. Enable Private DNS for PrivateLink endpoint. -
getServiceGroup
Getter for serviceGroup. CDP service group. -
setServiceGroup
Setter for serviceGroup. CDP service group. -
getAwsAccountDetails
Getter for awsAccountDetails. AWS account details where the PrivateLink endpoint is created. -
setAwsAccountDetails
Setter for awsAccountDetails. AWS account details where the PrivateLink endpoint is created. -
getAzureAccountDetails
Getter for azureAccountDetails. Azure account details where PrivateLink endpoint is created. -
setAzureAccountDetails
Setter for azureAccountDetails. Azure account details where PrivateLink endpoint is created. -
getResourceTags
Getter for resourceTags. Custom tags for the different cloud resources created during Private Links creation. -
setResourceTags
Setter for resourceTags. Custom tags for the different cloud resources created during Private Links creation. -
equals
-
hashCode
public int hashCode() -
toString
-