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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateList.BuildersigningAlg(String signingAlg)The certificate chain algorithm provided by sidewalk.CertificateList.BuildersigningAlg(SigningAlg signingAlg)The certificate chain algorithm provided by sidewalk.CertificateList.Buildervalue(String value)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
signingAlg
CertificateList.Builder signingAlg(String 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,SigningAlg
-
signingAlg
CertificateList.Builder signingAlg(SigningAlg 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,SigningAlg
-
value
CertificateList.Builder value(String 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.
-
-