Interface PublicCertificateAuthority.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PublicCertificateAuthority.Builder,,PublicCertificateAuthority> SdkBuilder<PublicCertificateAuthority.Builder,,PublicCertificateAuthority> SdkPojo
- Enclosing class:
PublicCertificateAuthority
@Mutable
@NotThreadSafe
public static interface PublicCertificateAuthority.Builder
extends SdkPojo, CopyableBuilder<PublicCertificateAuthority.Builder,PublicCertificateAuthority>
-
Method Summary
Modifier and TypeMethodDescriptionallowedKeyAlgorithms(Collection<PublicKeyAlgorithm> allowedKeyAlgorithms) The key algorithms allowed for certificates issued by this certificate authority.allowedKeyAlgorithms(PublicKeyAlgorithm... allowedKeyAlgorithms) The key algorithms allowed for certificates issued by this certificate authority.allowedKeyAlgorithmsWithStrings(String... allowedKeyAlgorithms) The key algorithms allowed for certificates issued by this certificate authority.allowedKeyAlgorithmsWithStrings(Collection<String> allowedKeyAlgorithms) The key algorithms allowed for certificates issued by this certificate authority.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
-
allowedKeyAlgorithmsWithStrings
PublicCertificateAuthority.Builder allowedKeyAlgorithmsWithStrings(Collection<String> allowedKeyAlgorithms) The key algorithms allowed for certificates issued by this certificate authority.
- Parameters:
allowedKeyAlgorithms- The key algorithms allowed for certificates issued by this certificate authority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedKeyAlgorithmsWithStrings
The key algorithms allowed for certificates issued by this certificate authority.
- Parameters:
allowedKeyAlgorithms- The key algorithms allowed for certificates issued by this certificate authority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedKeyAlgorithms
PublicCertificateAuthority.Builder allowedKeyAlgorithms(Collection<PublicKeyAlgorithm> allowedKeyAlgorithms) The key algorithms allowed for certificates issued by this certificate authority.
- Parameters:
allowedKeyAlgorithms- The key algorithms allowed for certificates issued by this certificate authority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedKeyAlgorithms
The key algorithms allowed for certificates issued by this certificate authority.
- Parameters:
allowedKeyAlgorithms- The key algorithms allowed for certificates issued by this certificate authority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-