Interface UpdateCACertificateParams.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UpdateCACertificateParams.Builder,,- UpdateCACertificateParams> - SdkBuilder<UpdateCACertificateParams.Builder,,- UpdateCACertificateParams> - SdkPojo
- Enclosing class:
- UpdateCACertificateParams
@Mutable
@NotThreadSafe
public static interface UpdateCACertificateParams.Builder
extends SdkPojo, CopyableBuilder<UpdateCACertificateParams.Builder,UpdateCACertificateParams> 
- 
Method SummaryModifier and TypeMethodDescriptionThe action that you want to apply to the CA certificate.action(CACertificateUpdateAction action) The action that you want to apply to the CA certificate.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
actionThe 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 is- DEACTIVATE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
actionThe 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 is- DEACTIVATE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-