Interface ActiveCertificateAuthority.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ActiveCertificateAuthority.Builder,,ActiveCertificateAuthority> SdkBuilder<ActiveCertificateAuthority.Builder,,ActiveCertificateAuthority> SdkPojo
- Enclosing class:
ActiveCertificateAuthority
@Mutable
@NotThreadSafe
public static interface ActiveCertificateAuthority.Builder
extends SdkPojo, CopyableBuilder<ActiveCertificateAuthority.Builder,ActiveCertificateAuthority>
-
Method Summary
Modifier and TypeMethodDescriptionactivatedBy(String activatedBy) The entity that activated the current signing certificate authority, eitherCUSTOMERorEKS.activatedBy(CertificateAuthorityActivatedBy activatedBy) The entity that activated the current signing certificate authority, eitherCUSTOMERorEKS.The unique identifier of the certificate authority that is currently signing certificates for the cluster.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
-
id
The unique identifier of the certificate authority that is currently signing certificates for the cluster.
- Parameters:
id- The unique identifier of the certificate authority that is currently signing certificates for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activatedBy
The entity that activated the current signing certificate authority, either
CUSTOMERorEKS.- Parameters:
activatedBy- The entity that activated the current signing certificate authority, eitherCUSTOMERorEKS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
activatedBy
The entity that activated the current signing certificate authority, either
CUSTOMERorEKS.- Parameters:
activatedBy- The entity that activated the current signing certificate authority, eitherCUSTOMERorEKS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-