Interface UpdateCACertificateParams.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateCACertificateParams.Builder,UpdateCACertificateParams>
,SdkBuilder<UpdateCACertificateParams.Builder,UpdateCACertificateParams>
,SdkPojo
- Enclosing class:
- UpdateCACertificateParams
public static interface UpdateCACertificateParams.Builder extends SdkPojo, CopyableBuilder<UpdateCACertificateParams.Builder,UpdateCACertificateParams>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCACertificateParams.Builder
action(String action)
The action that you want to apply to the CA certificate.UpdateCACertificateParams.Builder
action(CACertificateUpdateAction action)
The action that you want to apply to the CA certificate.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
action
UpdateCACertificateParams.Builder action(String action)
The action that you want to apply to the CA certificate. The only supported value is
DEACTIVATE
.- Parameters:
action
- The action that you want to apply to the CA certificate. The only supported value isDEACTIVATE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CACertificateUpdateAction
,CACertificateUpdateAction
-
action
UpdateCACertificateParams.Builder action(CACertificateUpdateAction action)
The action that you want to apply to the CA certificate. The only supported value is
DEACTIVATE
.- Parameters:
action
- The action that you want to apply to the CA certificate. The only supported value isDEACTIVATE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CACertificateUpdateAction
,CACertificateUpdateAction
-
-