public static interface CertificateInfo.Builder extends SdkPojo, CopyableBuilder<CertificateInfo.Builder,CertificateInfo>
Modifier and Type | Method and Description |
---|---|
CertificateInfo.Builder |
certificateId(String certificateId)
The identifier of the certificate.
|
CertificateInfo.Builder |
commonName(String commonName)
The common name for the certificate.
|
CertificateInfo.Builder |
expiryDateTime(Instant expiryDateTime)
The date and time when the certificate will expire.
|
CertificateInfo.Builder |
state(CertificateState state)
The state of the certificate.
|
CertificateInfo.Builder |
state(String state)
The state of the certificate.
|
CertificateInfo.Builder |
type(CertificateType type)
The function that the registered certificate performs.
|
CertificateInfo.Builder |
type(String type)
The function that the registered certificate performs.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CertificateInfo.Builder certificateId(String certificateId)
The identifier of the certificate.
certificateId
- The identifier of the certificate.CertificateInfo.Builder commonName(String commonName)
The common name for the certificate.
commonName
- The common name for the certificate.CertificateInfo.Builder state(String state)
The state of the certificate.
state
- The state of the certificate.CertificateState
,
CertificateState
CertificateInfo.Builder state(CertificateState state)
The state of the certificate.
state
- The state of the certificate.CertificateState
,
CertificateState
CertificateInfo.Builder expiryDateTime(Instant expiryDateTime)
The date and time when the certificate will expire.
expiryDateTime
- The date and time when the certificate will expire.CertificateInfo.Builder type(String type)
The function that the registered certificate performs. Valid values include ClientLDAPS
or
ClientCertAuth
. The default value is ClientLDAPS
.
type
- The function that the registered certificate performs. Valid values include ClientLDAPS
or ClientCertAuth
. The default value is ClientLDAPS
.CertificateType
,
CertificateType
CertificateInfo.Builder type(CertificateType type)
The function that the registered certificate performs. Valid values include ClientLDAPS
or
ClientCertAuth
. The default value is ClientLDAPS
.
type
- The function that the registered certificate performs. Valid values include ClientLDAPS
or ClientCertAuth
. The default value is ClientLDAPS
.CertificateType
,
CertificateType
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.