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