Interface ListTemplateStepGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTemplateStepGroupsResponse.Builder,ListTemplateStepGroupsResponse>,MigrationHubOrchestratorResponse.Builder,SdkBuilder<ListTemplateStepGroupsResponse.Builder,ListTemplateStepGroupsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTemplateStepGroupsResponse
public static interface ListTemplateStepGroupsResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<ListTemplateStepGroupsResponse.Builder,ListTemplateStepGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTemplateStepGroupsResponse.BuildernextToken(String nextToken)The pagination token.ListTemplateStepGroupsResponse.BuildertemplateStepGroupSummary(Collection<TemplateStepGroupSummary> templateStepGroupSummary)The summary of the step group in the template.ListTemplateStepGroupsResponse.BuildertemplateStepGroupSummary(Consumer<TemplateStepGroupSummary.Builder>... templateStepGroupSummary)The summary of the step group in the template.ListTemplateStepGroupsResponse.BuildertemplateStepGroupSummary(TemplateStepGroupSummary... templateStepGroupSummary)The summary of the step group in the template.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListTemplateStepGroupsResponse.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateStepGroupSummary
ListTemplateStepGroupsResponse.Builder templateStepGroupSummary(Collection<TemplateStepGroupSummary> templateStepGroupSummary)
The summary of the step group in the template.
- Parameters:
templateStepGroupSummary- The summary of the step group in the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateStepGroupSummary
ListTemplateStepGroupsResponse.Builder templateStepGroupSummary(TemplateStepGroupSummary... templateStepGroupSummary)
The summary of the step group in the template.
- Parameters:
templateStepGroupSummary- The summary of the step group in the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateStepGroupSummary
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.Builderavoiding the need to create one manually viaTemplateStepGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#templateStepGroupSummary(List.) - Parameters:
templateStepGroupSummary- a consumer that will call methods onTemplateStepGroupSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#templateStepGroupSummary(java.util.Collection)
-
-