Interface Issuer.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Issuer.Builder,,Issuer> SdkBuilder<Issuer.Builder,,Issuer> SdkPojo
- Enclosing class:
 Issuer
- 
Method Summary
Modifier and TypeMethodDescriptionIssuer name.Asymmetric KMS key from Key Management Service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
name
Issuer name.
- Parameters:
 name- Issuer name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
signKey
Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
- Parameters:
 signKey- Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -