Interface ListNetworkMigrationAnalysisResultsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListNetworkMigrationAnalysisResultsResponse.Builder,,ListNetworkMigrationAnalysisResultsResponse> MgnResponse.Builder,SdkBuilder<ListNetworkMigrationAnalysisResultsResponse.Builder,,ListNetworkMigrationAnalysisResultsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListNetworkMigrationAnalysisResultsResponse
@Mutable
@NotThreadSafe
public static interface ListNetworkMigrationAnalysisResultsResponse.Builder
extends MgnResponse.Builder, SdkPojo, CopyableBuilder<ListNetworkMigrationAnalysisResultsResponse.Builder,ListNetworkMigrationAnalysisResultsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA list of network migration analysis results.items(Consumer<NetworkMigrationAnalysisResult.Builder>... items) A list of network migration analysis results.items(NetworkMigrationAnalysisResult... items) A list of network migration analysis results.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mgn.model.MgnResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
ListNetworkMigrationAnalysisResultsResponse.Builder items(Collection<NetworkMigrationAnalysisResult> items) A list of network migration analysis results.
- Parameters:
items- A list of network migration analysis results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of network migration analysis results.
- Parameters:
items- A list of network migration analysis results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListNetworkMigrationAnalysisResultsResponse.Builder items(Consumer<NetworkMigrationAnalysisResult.Builder>... items) A list of network migration analysis results.
This is a convenience method that creates an instance of theNetworkMigrationAnalysisResult.Builderavoiding the need to create one manually viaNetworkMigrationAnalysisResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<NetworkMigrationAnalysisResult>).- Parameters:
items- a consumer that will call methods onNetworkMigrationAnalysisResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
- Parameters:
nextToken- The token to use to retrieve the next page of results. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-