Interface CertificateList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CertificateList.Builder,
,CertificateList> SdkBuilder<CertificateList.Builder,
,CertificateList> SdkPojo
- Enclosing class:
CertificateList
public static interface CertificateList.Builder
extends SdkPojo, CopyableBuilder<CertificateList.Builder,CertificateList>
-
Method Summary
Modifier and TypeMethodDescriptionsigningAlg
(String signingAlg) The certificate chain algorithm provided by sidewalk.signingAlg
(SigningAlg signingAlg) The certificate chain algorithm provided by sidewalk.The value of the chosen sidewalk certificate.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, sdkFields
-
Method Details
-
signingAlg
The certificate chain algorithm provided by sidewalk.
- Parameters:
signingAlg
- The certificate chain algorithm provided by sidewalk.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signingAlg
The certificate chain algorithm provided by sidewalk.
- Parameters:
signingAlg
- The certificate chain algorithm provided by sidewalk.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value of the chosen sidewalk certificate.
- Parameters:
value
- The value of the chosen sidewalk certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-