Interface WorkspaceConfigurationInput.Builder

  • Method Details

    • name

      The name of the workspace to create. Must be between 1 and 40 characters and can contain alphanumeric characters, parentheses, brackets, hyphens, underscores, and spaces.

      Parameters:
      name - The name of the workspace to create. Must be between 1 and 40 characters and can contain alphanumeric characters, parentheses, brackets, hyphens, underscores, and spaces.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workspaceType

      WorkspaceConfigurationInput.Builder workspaceType(String workspaceType)

      The type of workspace to create, which determines the use-case features enabled for the workspace. Valid values are OBSERVABILITY, SECURITY_ANALYTICS, and SEARCH.

      Parameters:
      workspaceType - The type of workspace to create, which determines the use-case features enabled for the workspace. Valid values are OBSERVABILITY, SECURITY_ANALYTICS, and SEARCH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.