public static interface ListClientDevicesAssociatedWithCoreDeviceRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder,ListClientDevicesAssociatedWithCoreDeviceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
coreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClientDevicesAssociatedWithCoreDeviceRequest.Builder coreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.ListClientDevicesAssociatedWithCoreDeviceRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.ListClientDevicesAssociatedWithCoreDeviceRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.ListClientDevicesAssociatedWithCoreDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListClientDevicesAssociatedWithCoreDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.