public static interface ListTemplateStepGroupsResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<ListTemplateStepGroupsResponse.Builder,ListTemplateStepGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTemplateStepGroupsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
ListTemplateStepGroupsResponse.Builder |
templateStepGroupSummary(Collection<TemplateStepGroupSummary> templateStepGroupSummary)
The summary of the step group in the template.
|
ListTemplateStepGroupsResponse.Builder |
templateStepGroupSummary(Consumer<TemplateStepGroupSummary.Builder>... templateStepGroupSummary)
The summary of the step group in the template.
|
ListTemplateStepGroupsResponse.Builder |
templateStepGroupSummary(TemplateStepGroupSummary... templateStepGroupSummary)
The summary of the step group in the template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTemplateStepGroupsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListTemplateStepGroupsResponse.Builder templateStepGroupSummary(Collection<TemplateStepGroupSummary> templateStepGroupSummary)
The summary of the step group in the template.
templateStepGroupSummary - The summary of the step group in the template.ListTemplateStepGroupsResponse.Builder templateStepGroupSummary(TemplateStepGroupSummary... templateStepGroupSummary)
The summary of the step group in the template.
templateStepGroupSummary - The summary of the step group in the template.ListTemplateStepGroupsResponse.Builder templateStepGroupSummary(Consumer<TemplateStepGroupSummary.Builder>... templateStepGroupSummary)
The summary of the step group in the template.
This is a convenience method that creates an instance of theTemplateStepGroupSummary.Builder
avoiding the need to create one manually via
TemplateStepGroupSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #templateStepGroupSummary(List.
templateStepGroupSummary - a consumer that will call methods on
TemplateStepGroupSummary.Builder#templateStepGroupSummary(java.util.Collection) Copyright © 2023. All rights reserved.