public static interface UpdateCACertificateParams.Builder extends SdkPojo, CopyableBuilder<UpdateCACertificateParams.Builder,UpdateCACertificateParams>
| Modifier and Type | Method and Description |
|---|---|
UpdateCACertificateParams.Builder |
action(CACertificateUpdateAction action)
The action that you want to apply to the CA cerrtificate.
|
UpdateCACertificateParams.Builder |
action(String action)
The action that you want to apply to the CA cerrtificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCACertificateParams.Builder action(String action)
The action that you want to apply to the CA cerrtificate. The only supported value is DEACTIVATE
.
action - The action that you want to apply to the CA cerrtificate. The only supported value is
DEACTIVATE.CACertificateUpdateAction,
CACertificateUpdateActionUpdateCACertificateParams.Builder action(CACertificateUpdateAction action)
The action that you want to apply to the CA cerrtificate. The only supported value is DEACTIVATE
.
action - The action that you want to apply to the CA cerrtificate. The only supported value is
DEACTIVATE.CACertificateUpdateAction,
CACertificateUpdateActionCopyright © 2019. All rights reserved.