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 certificate.
|
UpdateCACertificateParams.Builder |
action(String action)
The action that you want to apply to the CA certificate.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateCACertificateParams.Builder action(String action)
The action that you want to apply to the CA certificate. The only supported value is DEACTIVATE
.
action
- The action that you want to apply to the CA certificate. The only supported value is
DEACTIVATE
.CACertificateUpdateAction
,
CACertificateUpdateAction
UpdateCACertificateParams.Builder action(CACertificateUpdateAction action)
The action that you want to apply to the CA certificate. The only supported value is DEACTIVATE
.
action
- The action that you want to apply to the CA certificate. The only supported value is
DEACTIVATE
.CACertificateUpdateAction
,
CACertificateUpdateAction
Copyright © 2021. All rights reserved.