public static interface ListDevicesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest.Builder |
deviceFleetName(String deviceFleetName)
Filter for fleets containing this name in their device fleet name.
|
ListDevicesRequest.Builder |
latestHeartbeatAfter(Instant latestHeartbeatAfter)
Select fleets where the job was updated after X
|
ListDevicesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to select.
|
ListDevicesRequest.Builder |
modelName(String modelName)
A filter that searches devices that contains this name in any of their models.
|
ListDevicesRequest.Builder |
nextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
ListDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicesRequest.Builder nextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken - The response from the last list when returning a list large enough to need tokening.ListDevicesRequest.Builder maxResults(Integer maxResults)
Maximum number of results to select.
maxResults - Maximum number of results to select.ListDevicesRequest.Builder latestHeartbeatAfter(Instant latestHeartbeatAfter)
Select fleets where the job was updated after X
latestHeartbeatAfter - Select fleets where the job was updated after XListDevicesRequest.Builder modelName(String modelName)
A filter that searches devices that contains this name in any of their models.
modelName - A filter that searches devices that contains this name in any of their models.ListDevicesRequest.Builder deviceFleetName(String deviceFleetName)
Filter for fleets containing this name in their device fleet name.
deviceFleetName - Filter for fleets containing this name in their device fleet name.ListDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.