CopyableBuilder<GetServerCertificateRequest.Builder,GetServerCertificateRequest>
, SdkBuilder<GetServerCertificateRequest.Builder,GetServerCertificateRequest>
public static interface GetServerCertificateRequest.Builder extends CopyableBuilder<GetServerCertificateRequest.Builder,GetServerCertificateRequest>
Modifier and Type | Method | Description |
---|---|---|
GetServerCertificateRequest.Builder |
serverCertificateName(String serverCertificateName) |
The name of the server certificate you want to retrieve information about.
|
copy
apply, build
GetServerCertificateRequest.Builder serverCertificateName(String serverCertificateName)
The name of the server certificate you want to retrieve information about.
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: =,.@-
serverCertificateName
- The name of the server certificate you want to retrieve information about.
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: =,.@-
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.