public static interface ListDeviceIdentifiersResponse.Builder extends PrivateNetworksResponse.Builder, SdkPojo, CopyableBuilder<ListDeviceIdentifiersResponse.Builder,ListDeviceIdentifiersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeviceIdentifiersResponse.Builder |
deviceIdentifiers(Collection<DeviceIdentifier> deviceIdentifiers)
Information about the device identifiers.
|
ListDeviceIdentifiersResponse.Builder |
deviceIdentifiers(Consumer<DeviceIdentifier.Builder>... deviceIdentifiers)
Information about the device identifiers.
|
ListDeviceIdentifiersResponse.Builder |
deviceIdentifiers(DeviceIdentifier... deviceIdentifiers)
Information about the device identifiers.
|
ListDeviceIdentifiersResponse.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeviceIdentifiersResponse.Builder deviceIdentifiers(Collection<DeviceIdentifier> deviceIdentifiers)
Information about the device identifiers.
deviceIdentifiers - Information about the device identifiers.ListDeviceIdentifiersResponse.Builder deviceIdentifiers(DeviceIdentifier... deviceIdentifiers)
Information about the device identifiers.
deviceIdentifiers - Information about the device identifiers.ListDeviceIdentifiersResponse.Builder deviceIdentifiers(Consumer<DeviceIdentifier.Builder>... deviceIdentifiers)
Information about the device identifiers.
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 #deviceIdentifiers(List.
deviceIdentifiers - a consumer that will call methods on
DeviceIdentifier.Builder#deviceIdentifiers(java.util.Collection) ListDeviceIdentifiersResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2023. All rights reserved.