CopyableBuilder<DeleteSigningCertificateRequest.Builder,DeleteSigningCertificateRequest>
, SdkBuilder<DeleteSigningCertificateRequest.Builder,DeleteSigningCertificateRequest>
public static interface DeleteSigningCertificateRequest.Builder extends CopyableBuilder<DeleteSigningCertificateRequest.Builder,DeleteSigningCertificateRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteSigningCertificateRequest.Builder |
certificateId(String certificateId) |
The ID of the signing certificate to delete.
|
DeleteSigningCertificateRequest.Builder |
userName(String userName) |
The name of the user the signing certificate belongs to.
|
copy
apply, build
DeleteSigningCertificateRequest.Builder userName(String userName)
The name of the user the signing certificate belongs to.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName
- The name of the user the signing certificate belongs to.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
DeleteSigningCertificateRequest.Builder certificateId(String certificateId)
The ID of the signing certificate to delete.
The format of this parameter, as described by its regex pattern, is a string of characters that can be upper- or lower-cased letters or digits.
certificateId
- The ID of the signing certificate to delete.
The format of this parameter, as described by its regex pattern, is a string of characters that can be upper- or lower-cased letters or digits.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.