| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedCertificate.Builder |
ListedCertificate.Builder.activeDate(Instant activeDate)
An optional date that specifies when the certificate becomes active.
|
ListedCertificate.Builder |
ListedCertificate.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the specified certificate.
|
static ListedCertificate.Builder |
ListedCertificate.builder() |
ListedCertificate.Builder |
ListedCertificate.Builder.certificateId(String certificateId)
An array of identifiers for the imported certificates.
|
ListedCertificate.Builder |
ListedCertificate.Builder.description(String description)
The name or short description that's used to identify the certificate.
|
ListedCertificate.Builder |
ListedCertificate.Builder.inactiveDate(Instant inactiveDate)
An optional date that specifies when the certificate becomes inactive.
|
ListedCertificate.Builder |
ListedCertificate.Builder.status(CertificateStatusType status)
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
ListedCertificate.Builder |
ListedCertificate.Builder.status(String status)
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
ListedCertificate.Builder |
ListedCertificate.toBuilder() |
ListedCertificate.Builder |
ListedCertificate.Builder.type(CertificateType type)
The type for the certificate.
|
ListedCertificate.Builder |
ListedCertificate.Builder.type(String type)
The type for the certificate.
|
ListedCertificate.Builder |
ListedCertificate.Builder.usage(CertificateUsageType usage)
Specifies whether this certificate is used for signing or encryption.
|
ListedCertificate.Builder |
ListedCertificate.Builder.usage(String usage)
Specifies whether this certificate is used for signing or encryption.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListedCertificate.Builder> |
ListedCertificate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.