public static interface ListCoreDevicesRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<ListCoreDevicesRequest.Builder,ListCoreDevicesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCoreDevicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListCoreDevicesRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListCoreDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCoreDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCoreDevicesRequest.Builder |
status(CoreDeviceStatus status)
The core device status by which to filter.
|
ListCoreDevicesRequest.Builder |
status(String status)
The core device status by which to filter.
|
ListCoreDevicesRequest.Builder |
thingGroupArn(String thingGroupArn)
The ARN of the IoT
thing group by which to filter.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCoreDevicesRequest.Builder thingGroupArn(String thingGroupArn)
The ARN of the IoT thing group by which to filter. If you specify this parameter, the list includes only core devices that have successfully deployed a deployment that targets the thing group. When you remove a core device from a thing group, the list continues to include that core device.
thingGroupArn - The ARN of
the IoT thing group by which to filter. If you specify this parameter, the list includes only core
devices that have successfully deployed a deployment that targets the thing group. When you remove a
core device from a thing group, the list continues to include that core device.ListCoreDevicesRequest.Builder status(String status)
The core device status by which to filter. If you specify this parameter, the list includes only core devices that have this status. Choose one of the following options:
HEALTHY – The IoT Greengrass Core software and all components run on the core device without
issue.
UNHEALTHY – The IoT Greengrass Core software or a component is in a failed state on the core
device.
status - The core device status by which to filter. If you specify this parameter, the list includes only core
devices that have this status. Choose one of the following options:
HEALTHY – The IoT Greengrass Core software and all components run on the core device
without issue.
UNHEALTHY – The IoT Greengrass Core software or a component is in a failed state on the
core device.
CoreDeviceStatus,
CoreDeviceStatusListCoreDevicesRequest.Builder status(CoreDeviceStatus status)
The core device status by which to filter. If you specify this parameter, the list includes only core devices that have this status. Choose one of the following options:
HEALTHY – The IoT Greengrass Core software and all components run on the core device without
issue.
UNHEALTHY – The IoT Greengrass Core software or a component is in a failed state on the core
device.
status - The core device status by which to filter. If you specify this parameter, the list includes only core
devices that have this status. Choose one of the following options:
HEALTHY – The IoT Greengrass Core software and all components run on the core device
without issue.
UNHEALTHY – The IoT Greengrass Core software or a component is in a failed state on the
core device.
CoreDeviceStatus,
CoreDeviceStatusListCoreDevicesRequest.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.ListCoreDevicesRequest.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.ListCoreDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCoreDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.