public static interface ActivateDeviceIdentifierResponse.Builder extends PrivateNetworksResponse.Builder, SdkPojo, CopyableBuilder<ActivateDeviceIdentifierResponse.Builder,ActivateDeviceIdentifierResponse>
| Modifier and Type | Method and Description |
|---|---|
default ActivateDeviceIdentifierResponse.Builder |
deviceIdentifier(Consumer<DeviceIdentifier.Builder> deviceIdentifier)
Information about the device identifier.
|
ActivateDeviceIdentifierResponse.Builder |
deviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
ActivateDeviceIdentifierResponse.Builder |
tags(Map<String,String> tags)
The tags on the device identifier.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildActivateDeviceIdentifierResponse.Builder deviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
deviceIdentifier - Information about the device identifier.default ActivateDeviceIdentifierResponse.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)ActivateDeviceIdentifierResponse.Builder tags(Map<String,String> tags)
The tags on the device identifier.
tags - The tags on the device identifier.Copyright © 2023. All rights reserved.