Interface DeviceOptions.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DeviceOptions.Builder,DeviceOptions>
,SdkBuilder<DeviceOptions.Builder,DeviceOptions>
,SdkPojo
- Enclosing class:
- DeviceOptions
public static interface DeviceOptions.Builder extends SdkPojo, CopyableBuilder<DeviceOptions.Builder,DeviceOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceOptions.Builder
publicSigningKeyUrl(String publicSigningKeyUrl)
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.DeviceOptions.Builder
tenantId(String tenantId)
The ID of the tenant application with the device-identity provider.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tenantId
DeviceOptions.Builder tenantId(String tenantId)
The ID of the tenant application with the device-identity provider.
- Parameters:
tenantId
- The ID of the tenant application with the device-identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicSigningKeyUrl
DeviceOptions.Builder publicSigningKeyUrl(String publicSigningKeyUrl)
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
- Parameters:
publicSigningKeyUrl
- The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-