Interface GetDeviceRegistrationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDeviceRegistrationResponse.Builder,GetDeviceRegistrationResponse>,SagemakerEdgeResponse.Builder,SdkBuilder<GetDeviceRegistrationResponse.Builder,GetDeviceRegistrationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDeviceRegistrationResponse
public static interface GetDeviceRegistrationResponse.Builder extends SagemakerEdgeResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceRegistrationResponse.Builder,GetDeviceRegistrationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDeviceRegistrationResponse.BuildercacheTTL(String cacheTTL)The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.GetDeviceRegistrationResponse.BuilderdeviceRegistration(String deviceRegistration)Describes if the device is currently registered with SageMaker Edge Manager.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemakeredge.model.SagemakerEdgeResponse.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
-
deviceRegistration
GetDeviceRegistrationResponse.Builder deviceRegistration(String deviceRegistration)
Describes if the device is currently registered with SageMaker Edge Manager.
- Parameters:
deviceRegistration- Describes if the device is currently registered with SageMaker Edge Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheTTL
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.
- Parameters:
cacheTTL- The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-