public static interface ServerCertificateMetadata.Builder extends SdkPojo, CopyableBuilder<ServerCertificateMetadata.Builder,ServerCertificateMetadata>
| Modifier and Type | Method and Description |
|---|---|
ServerCertificateMetadata.Builder |
arn(String arn)
The Amazon Resource Name (ARN) specifying the server certificate.
|
ServerCertificateMetadata.Builder |
expiration(Instant expiration)
The date on which the certificate is set to expire.
|
ServerCertificateMetadata.Builder |
path(String path)
The path to the server certificate.
|
ServerCertificateMetadata.Builder |
serverCertificateId(String serverCertificateId)
The stable and unique string identifying the server certificate.
|
ServerCertificateMetadata.Builder |
serverCertificateName(String serverCertificateName)
The name that identifies the server certificate.
|
ServerCertificateMetadata.Builder |
uploadDate(Instant uploadDate)
The date when the server certificate was uploaded.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServerCertificateMetadata.Builder path(String path)
The path to the server certificate. For more information about paths, see IAM identifiers in the IAM User Guide.
path - The path to the server certificate. For more information about paths, see IAM identifiers in
the IAM User Guide.ServerCertificateMetadata.Builder serverCertificateName(String serverCertificateName)
The name that identifies the server certificate.
serverCertificateName - The name that identifies the server certificate.ServerCertificateMetadata.Builder serverCertificateId(String serverCertificateId)
The stable and unique string identifying the server certificate. For more information about IDs, see IAM identifiers in the IAM User Guide.
serverCertificateId - The stable and unique string identifying the server certificate. For more information about IDs, see
IAM identifiers
in the IAM User Guide.ServerCertificateMetadata.Builder arn(String arn)
The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
arn - The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and
how to use them in policies, see IAM identifiers in
the IAM User Guide.ServerCertificateMetadata.Builder uploadDate(Instant uploadDate)
The date when the server certificate was uploaded.
uploadDate - The date when the server certificate was uploaded.ServerCertificateMetadata.Builder expiration(Instant expiration)
The date on which the certificate is set to expire.
expiration - The date on which the certificate is set to expire.Copyright © 2023. All rights reserved.