Class RevokePrivateLinkServiceAccessRequest
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.RevokePrivateLinkServiceAccessRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:32.006-07:00")
public class RevokePrivateLinkServiceAccessRequest
extends Object
Request object for the RevokePrivateLinkServiceAccess method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for cloudAccountId.Getter for cloudServiceProvider.Getter for region.Getter for serviceGroup.Getter for subscriptionId.inthashCode()voidsetCloudAccountId(String cloudAccountId) Setter for cloudAccountId.voidsetCloudServiceProvider(String cloudServiceProvider) Setter for cloudServiceProvider.voidSetter for region.voidsetServiceGroup(String serviceGroup) Setter for serviceGroup.voidsetSubscriptionId(String subscriptionId) Setter for subscriptionId.toString()
-
Constructor Details
-
RevokePrivateLinkServiceAccessRequest
public RevokePrivateLinkServiceAccessRequest()
-
-
Method Details
-
getCloudAccountId
Getter for cloudAccountId. AWS account ID to authorize access for PrivateLink. -
setCloudAccountId
Setter for cloudAccountId. AWS account ID to authorize access for PrivateLink. -
getSubscriptionId
Getter for subscriptionId. Azure subscription ID to authorize access for PrivateLink. -
setSubscriptionId
Setter for subscriptionId. Azure subscription ID to authorize access for PrivateLink. -
getRegion
Getter for region. Region where the private link service exists. -
setRegion
Setter for region. Region where the private link service exists. -
getServiceGroup
Getter for serviceGroup. CDP service group. Currently supported \"CDP-CONTROL-PLANE\" for PaaS. -
setServiceGroup
Setter for serviceGroup. CDP service group. Currently supported \"CDP-CONTROL-PLANE\" for PaaS. -
getCloudServiceProvider
Getter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and AZURE. -
setCloudServiceProvider
Setter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and AZURE. -
equals
-
hashCode
public int hashCode() -
toString
-