public static interface DakCertificateMetadata.Builder extends SdkPojo, CopyableBuilder<DakCertificateMetadata.Builder,DakCertificateMetadata>
| Modifier and Type | Method and Description |
|---|---|
DakCertificateMetadata.Builder |
apId(String apId)
The advertised product ID (APID) that's used for pre-production and production applications.
|
DakCertificateMetadata.Builder |
certificateId(String certificateId)
The certificate ID for the DAK.
|
DakCertificateMetadata.Builder |
deviceTypeId(String deviceTypeId)
The device type ID that's used for prototyping applications.
|
DakCertificateMetadata.Builder |
factorySupport(Boolean factorySupport)
Whether factory support has been enabled.
|
DakCertificateMetadata.Builder |
maxAllowedSignature(Integer maxAllowedSignature)
The maximum number of signatures that the DAK can sign.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDakCertificateMetadata.Builder certificateId(String certificateId)
The certificate ID for the DAK.
certificateId - The certificate ID for the DAK.DakCertificateMetadata.Builder maxAllowedSignature(Integer maxAllowedSignature)
The maximum number of signatures that the DAK can sign. A value of -1 indicates that there's no
device limit.
maxAllowedSignature - The maximum number of signatures that the DAK can sign. A value of -1 indicates that
there's no device limit.DakCertificateMetadata.Builder factorySupport(Boolean factorySupport)
Whether factory support has been enabled.
factorySupport - Whether factory support has been enabled.DakCertificateMetadata.Builder apId(String apId)
The advertised product ID (APID) that's used for pre-production and production applications.
apId - The advertised product ID (APID) that's used for pre-production and production applications.DakCertificateMetadata.Builder deviceTypeId(String deviceTypeId)
The device type ID that's used for prototyping applications.
deviceTypeId - The device type ID that's used for prototyping applications.Copyright © 2023. All rights reserved.