Package com.cloudera.cdp.ml.model
Class GrantWorkspaceAccessRequest
java.lang.Object
com.cloudera.cdp.ml.model.GrantWorkspaceAccessRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class GrantWorkspaceAccessRequest
extends Object
Request object for the GrantWorkspaceAccess method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getArn()
Deprecated.Getter for environmentName.Getter for identifier.Getter for workspaceCrn.Getter for workspaceName.int
hashCode()
void
Deprecated.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setIdentifier
(String identifier) Setter for identifier.void
setWorkspaceCrn
(String workspaceCrn) Setter for workspaceCrn.void
setWorkspaceName
(String workspaceName) Setter for workspaceName.toString()
-
Constructor Details
-
GrantWorkspaceAccessRequest
public GrantWorkspaceAccessRequest()
-
-
Method Details
-
getArn
Deprecated.Getter for arn. The aws user ARN to grant access to the corresponding EKS cluster. (Deprecated: Use identifier instead). -
setArn
Deprecated.Setter for arn. The aws user ARN to grant access to the corresponding EKS cluster. (Deprecated: Use identifier instead). -
getEnvironmentName
Getter for environmentName. The environment that the workspace is a member of. -
setEnvironmentName
Setter for environmentName. The environment that the workspace is a member of. -
getWorkspaceName
Getter for workspaceName. The name of the workspace to grant access to. -
setWorkspaceName
Setter for workspaceName. The name of the workspace to grant access to. -
getWorkspaceCrn
Getter for workspaceCrn. The CRN of the workspace to grant access to. If CRN is specified only the CRN is used for identifying the workspace, environment and name arguments are ignored. -
setWorkspaceCrn
Setter for workspaceCrn. The CRN of the workspace to grant access to. If CRN is specified only the CRN is used for identifying the workspace, environment and name arguments are ignored. -
getIdentifier
Getter for identifier. The cloud provider user id which will be granted access to the workspace's Kubernetes cluster. -
setIdentifier
Setter for identifier. The cloud provider user id which will be granted access to the workspace's Kubernetes cluster. -
equals
-
hashCode
public int hashCode() -
toString
-