Interface ListPluginsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPluginsResponse.Builder,
,ListPluginsResponse> MigrationHubOrchestratorResponse.Builder
,SdkBuilder<ListPluginsResponse.Builder,
,ListPluginsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPluginsResponse
@Mutable
@NotThreadSafe
public static interface ListPluginsResponse.Builder
extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<ListPluginsResponse.Builder,ListPluginsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination token.plugins
(Collection<PluginSummary> plugins) Migration Hub Orchestrator plugins.plugins
(Consumer<PluginSummary.Builder>... plugins) Migration Hub Orchestrator plugins.plugins
(PluginSummary... plugins) Migration Hub Orchestrator plugins.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The pagination token.
- Parameters:
nextToken
- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
plugins
Migration Hub Orchestrator plugins.
- Parameters:
plugins
- Migration Hub Orchestrator plugins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
plugins
Migration Hub Orchestrator plugins.
- Parameters:
plugins
- Migration Hub Orchestrator plugins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
plugins
Migration Hub Orchestrator plugins.
This is a convenience method that creates an instance of thePluginSummary.Builder
avoiding the need to create one manually viaPluginSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toplugins(List<PluginSummary>)
.- Parameters:
plugins
- a consumer that will call methods onPluginSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-