public static class ActionGroup.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ActionGroup.Builder |
applicationType(String applicationType)
Application Type associated.
|
ActionGroup |
build() |
ActionGroup.Builder |
copy(ActionGroup model) |
ActionGroup.Builder |
lifecycleOperation(String lifecycleOperation)
LifeCycle Operation
|
ActionGroup.Builder |
product(String product)
Product associated.
|
ActionGroup.Builder |
resourceId(String resourceId)
Provide the ID of the resource.
|
ActionGroup.Builder |
runbookId(String runbookId)
ID of the runbook
|
ActionGroup.Builder |
subjects(List<String> subjects)
Provide subjects that need to be considered for the schedule.
|
ActionGroup.Builder |
targetId(String targetId)
Provide the target if schedule is created against the target
|
ActionGroup.Builder |
type(LifeCycleActionGroupType type)
ActionGroup Type associated.
|
public ActionGroup.Builder resourceId(String resourceId)
Provide the ID of the resource. Example fleet ID.
resourceId
- the value to setpublic ActionGroup.Builder type(LifeCycleActionGroupType type)
ActionGroup Type associated.
type
- the value to setpublic ActionGroup.Builder applicationType(String applicationType)
Application Type associated. Only applicable if type is ENVIRONMENT.
applicationType
- the value to setpublic ActionGroup.Builder product(String product)
Product associated. Only applicable if type is PRODUCT.
product
- the value to setpublic ActionGroup.Builder lifecycleOperation(String lifecycleOperation)
LifeCycle Operation
lifecycleOperation
- the value to setpublic ActionGroup.Builder runbookId(String runbookId)
ID of the runbook
runbookId
- the value to setpublic ActionGroup.Builder targetId(String targetId)
Provide the target if schedule is created against the target
targetId
- the value to setpublic ActionGroup.Builder subjects(List<String> subjects)
Provide subjects that need to be considered for the schedule.
subjects
- the value to setpublic ActionGroup build()
public ActionGroup.Builder copy(ActionGroup model)
Copyright © 2016–2024. All rights reserved.