Class UpdatePrivateLinkEndpointRequest

java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.UpdatePrivateLinkEndpointRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:09.131-07:00") public class UpdatePrivateLinkEndpointRequest extends Object
Request object for the UpdatePrivateLinkEndpoints method.
  • Constructor Details

    • UpdatePrivateLinkEndpointRequest

      public UpdatePrivateLinkEndpointRequest()
  • Method Details

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

      public AWSAccountInfo getAwsAccountInfo()
      Getter for awsAccountInfo. AWS account information in which the private endpoint is already created.
    • setAwsAccountInfo

      public void setAwsAccountInfo(AWSAccountInfo awsAccountInfo)
      Setter for awsAccountInfo. AWS account information in which the private endpoint is already created.
    • getAzureAccountInfo

      public AzureAccountInfo getAzureAccountInfo()
      Getter for azureAccountInfo. Azure account information in which the private endpoint is already created.
    • setAzureAccountInfo

      public void setAzureAccountInfo(AzureAccountInfo azureAccountInfo)
      Setter for azureAccountInfo. Azure account information in which the private endpoint is already created.
    • getSubnetIds

      public List<String> getSubnetIds()
      Getter for subnetIds. New subnet IDs to be applied during the private endpoint update.
    • setSubnetIds

      public void setSubnetIds(List<String> subnetIds)
      Setter for subnetIds. New subnet IDs to be applied during the private endpoint update.
    • getResourceTags

      public List<ResourceTag> getResourceTags()
      Getter for resourceTags. New tags that are to be applied during the private endpoint update.
    • setResourceTags

      public void setResourceTags(List<ResourceTag> resourceTags)
      Setter for resourceTags. New tags that are to be applied during the private endpoint update.
    • getUpdateOperation

      public String getUpdateOperation()
      Getter for updateOperation. Update operation to perform - APPEND/REPLACE subnet IDs.
    • setUpdateOperation

      public void setUpdateOperation(String updateOperation)
      Setter for updateOperation. Update operation to perform - APPEND/REPLACE subnet IDs.
    • getResourceGroup

      public String getResourceGroup()
      Getter for resourceGroup. The resource group in which the private endpoint is already created.
    • setResourceGroup

      public void setResourceGroup(String resourceGroup)
      Setter for resourceGroup. The resource group in which the private endpoint is already 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