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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for awsAccountInfo.Getter for azureAccountInfo.Getter for cloudServiceProvider.Getter for resourceGroup.Getter for resourceTags.Getter for subnetIds.Getter for updateOperation.inthashCode()voidsetAwsAccountInfo(AWSAccountInfo awsAccountInfo) Setter for awsAccountInfo.voidsetAzureAccountInfo(AzureAccountInfo azureAccountInfo) Setter for azureAccountInfo.voidsetCloudServiceProvider(String cloudServiceProvider) Setter for cloudServiceProvider.voidsetResourceGroup(String resourceGroup) Setter for resourceGroup.voidsetResourceTags(List<ResourceTag> resourceTags) Setter for resourceTags.voidsetSubnetIds(List<String> subnetIds) Setter for subnetIds.voidsetUpdateOperation(String updateOperation) Setter for updateOperation.toString()
-
Constructor Details
-
UpdatePrivateLinkEndpointRequest
public UpdatePrivateLinkEndpointRequest()
-
-
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. -
getAwsAccountInfo
Getter for awsAccountInfo. AWS account information in which the private endpoint is already created. -
setAwsAccountInfo
Setter for awsAccountInfo. AWS account information in which the private endpoint is already created. -
getAzureAccountInfo
Getter for azureAccountInfo. Azure account information in which the private endpoint is already created. -
setAzureAccountInfo
Setter for azureAccountInfo. Azure account information in which the private endpoint is already created. -
getSubnetIds
Getter for subnetIds. New subnet IDs to be applied during the private endpoint update. -
setSubnetIds
Setter for subnetIds. New subnet IDs to be applied during the private endpoint update. -
getResourceTags
Getter for resourceTags. New tags that are to be applied during the private endpoint update. -
setResourceTags
Setter for resourceTags. New tags that are to be applied during the private endpoint update. -
getUpdateOperation
Getter for updateOperation. Update operation to perform - APPEND/REPLACE subnet IDs. -
setUpdateOperation
Setter for updateOperation. Update operation to perform - APPEND/REPLACE subnet IDs. -
getResourceGroup
Getter for resourceGroup. The resource group in which the private endpoint is already created. -
setResourceGroup
Setter for resourceGroup. The resource group in which the private endpoint is already created. -
equals
-
hashCode
public int hashCode() -
toString
-