Interface ListClientDevicesAssociatedWithCoreDeviceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListClientDevicesAssociatedWithCoreDeviceResponse.Builder,ListClientDevicesAssociatedWithCoreDeviceResponse>,GreengrassV2Response.Builder,SdkBuilder<ListClientDevicesAssociatedWithCoreDeviceResponse.Builder,ListClientDevicesAssociatedWithCoreDeviceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListClientDevicesAssociatedWithCoreDeviceResponse
public static interface ListClientDevicesAssociatedWithCoreDeviceResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<ListClientDevicesAssociatedWithCoreDeviceResponse.Builder,ListClientDevicesAssociatedWithCoreDeviceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListClientDevicesAssociatedWithCoreDeviceResponse.BuilderassociatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)A list that describes the client devices that are associated with the core device.ListClientDevicesAssociatedWithCoreDeviceResponse.BuilderassociatedClientDevices(Consumer<AssociatedClientDevice.Builder>... associatedClientDevices)A list that describes the client devices that are associated with the core device.ListClientDevicesAssociatedWithCoreDeviceResponse.BuilderassociatedClientDevices(AssociatedClientDevice... associatedClientDevices)A list that describes the client devices that are associated with the core device.ListClientDevicesAssociatedWithCoreDeviceResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no additional results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrassv2.model.GreengrassV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
associatedClientDevices
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder associatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)
A list that describes the client devices that are associated with the core device.
- Parameters:
associatedClientDevices- A list that describes the client devices that are associated with the core device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedClientDevices
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder associatedClientDevices(AssociatedClientDevice... associatedClientDevices)
A list that describes the client devices that are associated with the core device.
- Parameters:
associatedClientDevices- A list that describes the client devices that are associated with the core device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedClientDevices
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder associatedClientDevices(Consumer<AssociatedClientDevice.Builder>... associatedClientDevices)
A list that describes the client devices that are associated with the core device.
This is a convenience method that creates an instance of theAssociatedClientDevice.Builderavoiding the need to create one manually viaAssociatedClientDevice.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#associatedClientDevices(List.) - Parameters:
associatedClientDevices- a consumer that will call methods onAssociatedClientDevice.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#associatedClientDevices(java.util.Collection)
-
nextToken
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-