Interface GetDevicesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetDevicesResponse.Builder,,GetDevicesResponse> NetworkManagerResponse.Builder,SdkBuilder<GetDevicesResponse.Builder,,GetDevicesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetDevicesResponse
public static interface GetDevicesResponse.Builder
extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<GetDevicesResponse.Builder,GetDevicesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondevices(Collection<Device> devices) The devices.devices(Consumer<Device.Builder>... devices) The devices.The devices.The token for the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
devices
The devices.
- Parameters:
 devices- The devices.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
devices
The devices.
- Parameters:
 devices- The devices.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
devices
The devices.
This is a convenience method that creates an instance of theDevice.Builderavoiding the need to create one manually viaDevice.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todevices(List<Device>).- Parameters:
 devices- a consumer that will call methods onDevice.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token for the next page of results.
- Parameters:
 nextToken- The token for the next page of results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -