Interface ListNetworkMigrationCodeGenerationSegmentsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListNetworkMigrationCodeGenerationSegmentsResponse.Builder,,ListNetworkMigrationCodeGenerationSegmentsResponse> MgnResponse.Builder,SdkBuilder<ListNetworkMigrationCodeGenerationSegmentsResponse.Builder,,ListNetworkMigrationCodeGenerationSegmentsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListNetworkMigrationCodeGenerationSegmentsResponse
@Mutable
@NotThreadSafe
public static interface ListNetworkMigrationCodeGenerationSegmentsResponse.Builder
extends MgnResponse.Builder, SdkPojo, CopyableBuilder<ListNetworkMigrationCodeGenerationSegmentsResponse.Builder,ListNetworkMigrationCodeGenerationSegmentsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA list of network migration code generation segments.A list of network migration code generation segments.items(NetworkMigrationCodeGenerationSegment... items) A list of network migration code generation segments.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
ListNetworkMigrationCodeGenerationSegmentsResponse.Builder items(Collection<NetworkMigrationCodeGenerationSegment> items) A list of network migration code generation segments.
- Parameters:
items- A list of network migration code generation segments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListNetworkMigrationCodeGenerationSegmentsResponse.Builder items(NetworkMigrationCodeGenerationSegment... items) A list of network migration code generation segments.
- Parameters:
items- A list of network migration code generation segments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListNetworkMigrationCodeGenerationSegmentsResponse.Builder items(Consumer<NetworkMigrationCodeGenerationSegment.Builder>... items) A list of network migration code generation segments.
This is a convenience method that creates an instance of theNetworkMigrationCodeGenerationSegment.Builderavoiding the need to create one manually viaNetworkMigrationCodeGenerationSegment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<NetworkMigrationCodeGenerationSegment>).- Parameters:
items- a consumer that will call methods onNetworkMigrationCodeGenerationSegment.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.
-