CopyableBuilder<Certificate.Builder,Certificate>
, SdkBuilder<Certificate.Builder,Certificate>
public static interface Certificate.Builder extends CopyableBuilder<Certificate.Builder,Certificate>
Modifier and Type | Method | Description |
---|---|---|
Certificate.Builder |
certificateArn(String certificateArn) |
The Amazon Resource Name (ARN) for the certificate.
|
Certificate.Builder |
certificateIdentifier(String certificateIdentifier) |
The unique key that identifies a certificate.
|
Certificate.Builder |
certificateType(String certificateType) |
The type of the certificate.
|
Certificate.Builder |
thumbprint(String thumbprint) |
The thumbprint of the certificate.
|
Certificate.Builder |
validFrom(Date validFrom) |
The starting date from which the certificate is valid.
|
Certificate.Builder |
validTill(Date validTill) |
The final date that the certificate continues to be valid.
|
copy
apply, build
Certificate.Builder certificateIdentifier(String certificateIdentifier)
The unique key that identifies a certificate.
certificateIdentifier
- The unique key that identifies a certificate.Certificate.Builder certificateType(String certificateType)
The type of the certificate.
certificateType
- The type of the certificate.Certificate.Builder thumbprint(String thumbprint)
The thumbprint of the certificate.
thumbprint
- The thumbprint of the certificate.Certificate.Builder validFrom(Date validFrom)
The starting date from which the certificate is valid.
validFrom
- The starting date from which the certificate is valid.Certificate.Builder validTill(Date validTill)
The final date that the certificate continues to be valid.
validTill
- The final date that the certificate continues to be valid.Certificate.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
certificateArn
- The Amazon Resource Name (ARN) for the certificate.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.