| static CredentialRotationStatus.Builder | CredentialRotationStatus. builder() | Create a new builder. | 
| CredentialRotationStatus.Builder | CredentialRotationStatus.Builder. copy(CredentialRotationStatus model) |  | 
| CredentialRotationStatus.Builder | CredentialRotationStatus.Builder. status(CredentialRotationStatus.Status status) | Credential rotation status of a kubernetes cluster IN_PROGRESS: Issuing new credentials
to kubernetes cluster control plane and worker nodes or retiring old credentials from
kubernetes cluster control plane and worker nodes. | 
| CredentialRotationStatus.Builder | CredentialRotationStatus.Builder. statusDetails(CredentialRotationStatus.StatusDetails statusDetails) | Details of a kuberenetes cluster credential rotation status: ISSUING_NEW_CREDENTIALS:
Credential rotation is in progress. | 
| CredentialRotationStatus.Builder | CredentialRotationStatus.Builder. timeAutoCompletionScheduled(Date timeAutoCompletionScheduled) | The time by which retirement of old credentials should start. | 
| CredentialRotationStatus.Builder | CredentialRotationStatus. toBuilder() |  |