public static interface TemplateStepGroupSummary.Builder extends SdkPojo, CopyableBuilder<TemplateStepGroupSummary.Builder,TemplateStepGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
TemplateStepGroupSummary.Builder |
id(String id)
The ID of the step group.
|
TemplateStepGroupSummary.Builder |
name(String name)
The name of the step group.
|
TemplateStepGroupSummary.Builder |
next(Collection<String> next)
The next step group.
|
TemplateStepGroupSummary.Builder |
next(String... next)
The next step group.
|
TemplateStepGroupSummary.Builder |
previous(Collection<String> previous)
The previous step group.
|
TemplateStepGroupSummary.Builder |
previous(String... previous)
The previous step group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateStepGroupSummary.Builder id(String id)
The ID of the step group.
id - The ID of the step group.TemplateStepGroupSummary.Builder name(String name)
The name of the step group.
name - The name of the step group.TemplateStepGroupSummary.Builder previous(Collection<String> previous)
The previous step group.
previous - The previous step group.TemplateStepGroupSummary.Builder previous(String... previous)
The previous step group.
previous - The previous step group.TemplateStepGroupSummary.Builder next(Collection<String> next)
The next step group.
next - The next step group.TemplateStepGroupSummary.Builder next(String... next)
The next step group.
next - The next step group.Copyright © 2023. All rights reserved.