public static interface GetDeviceIdentifierResponse.Builder extends PrivateNetworksResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceIdentifierResponse.Builder,GetDeviceIdentifierResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDeviceIdentifierResponse.Builder |
deviceIdentifier(Consumer<DeviceIdentifier.Builder> deviceIdentifier)
Information about the device identifier.
|
GetDeviceIdentifierResponse.Builder |
deviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
GetDeviceIdentifierResponse.Builder |
tags(Map<String,String> tags)
The device identifier tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeviceIdentifierResponse.Builder deviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
deviceIdentifier - Information about the device identifier.default GetDeviceIdentifierResponse.Builder deviceIdentifier(Consumer<DeviceIdentifier.Builder> deviceIdentifier)
Information about the device identifier.
This is a convenience method that creates an instance of theDeviceIdentifier.Builder avoiding the
need to create one manually via DeviceIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deviceIdentifier(DeviceIdentifier).
deviceIdentifier - a consumer that will call methods on DeviceIdentifier.BuilderdeviceIdentifier(DeviceIdentifier)GetDeviceIdentifierResponse.Builder tags(Map<String,String> tags)
The device identifier tags.
tags - The device identifier tags.Copyright © 2022. All rights reserved.