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 theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #deviceIdentifiers(List) .deviceIdentifiers - a consumer that will call methods on List.Builder #deviceIdentifiers(List) ListDeviceIdentifiersResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2022. All rights reserved.