Interface GetDeviceResponse.Builder
- All Superinterfaces:
AlexaForBusinessResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetDeviceResponse.Builder,,GetDeviceResponse> SdkBuilder<GetDeviceResponse.Builder,,GetDeviceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDeviceResponse
public static interface GetDeviceResponse.Builder
extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceResponse.Builder,GetDeviceResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetDeviceResponse.Builderdevice(Consumer<Device.Builder> device) The details of the device requested.The details of the device requested.Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
device
The details of the device requested. Required.
- Parameters:
device- The details of the device requested. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
device
The details of the device requested. Required.
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 todevice(Device).- Parameters:
device- 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:
-