Klasse CreateAutomationActionsRunnerRequestRunner.CreateAutomationActionsRunnerRequestRunnerBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.CreateAutomationActionsRunnerRequestRunner.CreateAutomationActionsRunnerRequestRunnerBuilder
- Umschließende Klasse:
CreateAutomationActionsRunnerRequestRunner
public static class CreateAutomationActionsRunnerRequestRunner.CreateAutomationActionsRunnerRequestRunnerBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()description(String description) runbookApiKey(String runbookApiKey) The API key to connect to the Runbook server with.runbookBaseUri(String runbookBaseUri) The base URI of the Runbook server to connect to.runnerType(AutomationActionsRunnerTypeEnum runnerType) teams(List<TeamReference> teams) The list of teams associated with the RunnertoString()
-
Methodendetails
-
runnerType
public CreateAutomationActionsRunnerRequestRunner.CreateAutomationActionsRunnerRequestRunnerBuilder runnerType(AutomationActionsRunnerTypeEnum runnerType) - Gibt zurück:
this.
-
name
public CreateAutomationActionsRunnerRequestRunner.CreateAutomationActionsRunnerRequestRunnerBuilder name(String name) - Gibt zurück:
this.
-
description
public CreateAutomationActionsRunnerRequestRunner.CreateAutomationActionsRunnerRequestRunnerBuilder description(String description) - Gibt zurück:
this.
-
teams
public CreateAutomationActionsRunnerRequestRunner.CreateAutomationActionsRunnerRequestRunnerBuilder teams(List<TeamReference> teams) The list of teams associated with the Runner- Gibt zurück:
this.
-
runbookBaseUri
public CreateAutomationActionsRunnerRequestRunner.CreateAutomationActionsRunnerRequestRunnerBuilder runbookBaseUri(String runbookBaseUri) The base URI of the Runbook server to connect to. May only contain alphanumeric characters, periods, underscores and dashes. Specified as the subdomain portion of an RBA host, as in <runbook_base_uri>.runbook.pagerduty.cloud- Gibt zurück:
this.
-
runbookApiKey
public CreateAutomationActionsRunnerRequestRunner.CreateAutomationActionsRunnerRequestRunnerBuilder runbookApiKey(String runbookApiKey) The API key to connect to the Runbook server with. If omitted, the previously stored value will remain unchanged- Gibt zurück:
this.
-
build
-
toString
-