Interface CreateWorkspaceApiKeyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateWorkspaceApiKeyResponse.Builder,CreateWorkspaceApiKeyResponse>, GrafanaResponse.Builder, SdkBuilder<CreateWorkspaceApiKeyResponse.Builder,CreateWorkspaceApiKeyResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateWorkspaceApiKeyResponse

public static interface CreateWorkspaceApiKeyResponse.Builder extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkspaceApiKeyResponse.Builder,CreateWorkspaceApiKeyResponse>
  • Method Details

    • key

      The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.

      Parameters:
      key - The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyName

      The name of the key that was created.

      Parameters:
      keyName - The name of the key that was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workspaceId

      The ID of the workspace that the key is valid for.

      Parameters:
      workspaceId - The ID of the workspace that the key is valid for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.