Interface UpdateDevicePoolResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDevicePoolResponse.Builder,UpdateDevicePoolResponse>,DeviceFarmResponse.Builder,SdkBuilder<UpdateDevicePoolResponse.Builder,UpdateDevicePoolResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateDevicePoolResponse
public static interface UpdateDevicePoolResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<UpdateDevicePoolResponse.Builder,UpdateDevicePoolResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateDevicePoolResponse.BuilderdevicePool(Consumer<DevicePool.Builder> devicePool)The device pool you just updated.UpdateDevicePoolResponse.BuilderdevicePool(DevicePool devicePool)The device pool you just updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
devicePool
UpdateDevicePoolResponse.Builder devicePool(DevicePool devicePool)
The device pool you just updated.
- Parameters:
devicePool- The device pool you just updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
devicePool
default UpdateDevicePoolResponse.Builder devicePool(Consumer<DevicePool.Builder> devicePool)
The device pool you just updated.
This is a convenience method that creates an instance of theDevicePool.Builderavoiding the need to create one manually viaDevicePool.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todevicePool(DevicePool).- Parameters:
devicePool- a consumer that will call methods onDevicePool.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
devicePool(DevicePool)
-
-