public static interface GetDeviceRegistrationResponse.Builder extends SagemakerEdgeResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceRegistrationResponse.Builder,GetDeviceRegistrationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDeviceRegistrationResponse.Builder |
cacheTTL(String cacheTTL)
The amount of time, in seconds, that the registration status is stored on the device’s cache before it is
refreshed.
|
GetDeviceRegistrationResponse.Builder |
deviceRegistration(String deviceRegistration)
Describes if the device is currently registered with SageMaker Edge Manager.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeviceRegistrationResponse.Builder deviceRegistration(String deviceRegistration)
Describes if the device is currently registered with SageMaker Edge Manager.
deviceRegistration - Describes if the device is currently registered with SageMaker Edge Manager.GetDeviceRegistrationResponse.Builder cacheTTL(String cacheTTL)
The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.
cacheTTL - The amount of time, in seconds, that the registration status is stored on the device’s cache before it
is refreshed.Copyright © 2023. All rights reserved.