Interface CertificateAuthoritySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CertificateAuthoritySummary.Builder,,CertificateAuthoritySummary> SdkBuilder<CertificateAuthoritySummary.Builder,,CertificateAuthoritySummary> SdkPojo
- Enclosing class:
CertificateAuthoritySummary
-
Method Summary
Modifier and TypeMethodDescriptionactivatedAt(Instant activatedAt) The Unix epoch timestamp in seconds for when the certificate authority was last activated.activatedBy(String activatedBy) The entity that most recently activated the certificate authority, eitherCUSTOMERorEKS.activatedBy(CertificateAuthorityActivatedBy activatedBy) The entity that most recently activated the certificate authority, eitherCUSTOMERorEKS.The Unix epoch timestamp in seconds for when the certificate authority was created.The entity that created the certificate authority, eitherCUSTOMERorEKS.createdBy(CertificateAuthorityCreatedBy createdBy) The entity that created the certificate authority, eitherCUSTOMERorEKS.distributionStatus(String distributionStatus) The distribution status of the certificate authority:IN_PROGRESS,COMPLETE,FAILED, orDELETING.distributionStatus(CertificateAuthorityDistributionStatus distributionStatus) The distribution status of the certificate authority:IN_PROGRESS,COMPLETE,FAILED, orDELETING.The unique identifier of the certificate authority.signingStatus(String signingStatus) The signing status of the certificate authority:IN_USE,ACTIVATING, orNOT_USED.signingStatus(CertificateAuthoritySigningStatus signingStatus) The signing status of the certificate authority:IN_USE,ACTIVATING, orNOT_USED.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.
- Parameters:
id- The unique identifier of the certificate authority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The Unix epoch timestamp in seconds for when the certificate authority was created.
- Parameters:
createdAt- The Unix epoch timestamp in seconds for when the certificate authority was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The entity that created the certificate authority, either
CUSTOMERorEKS.- Parameters:
createdBy- The entity that created the certificate authority, eitherCUSTOMERorEKS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdBy
The entity that created the certificate authority, either
CUSTOMERorEKS.- Parameters:
createdBy- The entity that created the certificate authority, eitherCUSTOMERorEKS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
activatedAt
The Unix epoch timestamp in seconds for when the certificate authority was last activated. This value is absent if the certificate authority has never been activated.
- Parameters:
activatedAt- The Unix epoch timestamp in seconds for when the certificate authority was last activated. This value is absent if the certificate authority has never been activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activatedBy
The entity that most recently activated the certificate authority, either
CUSTOMERorEKS.- Parameters:
activatedBy- The entity that most recently activated the certificate authority, eitherCUSTOMERorEKS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
activatedBy
The entity that most recently activated the certificate authority, either
CUSTOMERorEKS.- Parameters:
activatedBy- The entity that most recently activated the certificate authority, eitherCUSTOMERorEKS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signingStatus
The signing status of the certificate authority:
IN_USE,ACTIVATING, orNOT_USED.- Parameters:
signingStatus- The signing status of the certificate authority:IN_USE,ACTIVATING, orNOT_USED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signingStatus
The signing status of the certificate authority:
IN_USE,ACTIVATING, orNOT_USED.- Parameters:
signingStatus- The signing status of the certificate authority:IN_USE,ACTIVATING, orNOT_USED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
distributionStatus
The distribution status of the certificate authority:
IN_PROGRESS,COMPLETE,FAILED, orDELETING.- Parameters:
distributionStatus- The distribution status of the certificate authority:IN_PROGRESS,COMPLETE,FAILED, orDELETING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
distributionStatus
CertificateAuthoritySummary.Builder distributionStatus(CertificateAuthorityDistributionStatus distributionStatus) The distribution status of the certificate authority:
IN_PROGRESS,COMPLETE,FAILED, orDELETING.- Parameters:
distributionStatus- The distribution status of the certificate authority:IN_PROGRESS,COMPLETE,FAILED, orDELETING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-