public static interface OutgoingCertificate.Builder extends SdkPojo, CopyableBuilder<OutgoingCertificate.Builder,OutgoingCertificate>
Modifier and Type | Method and Description |
---|---|
OutgoingCertificate.Builder |
certificateArn(String certificateArn)
The certificate ARN.
|
OutgoingCertificate.Builder |
certificateId(String certificateId)
The certificate ID.
|
OutgoingCertificate.Builder |
creationDate(Instant creationDate)
The certificate creation date.
|
OutgoingCertificate.Builder |
transferDate(Instant transferDate)
The date the transfer was initiated.
|
OutgoingCertificate.Builder |
transferMessage(String transferMessage)
The transfer message.
|
OutgoingCertificate.Builder |
transferredTo(String transferredTo)
The Amazon Web Services account to which the transfer was made.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OutgoingCertificate.Builder certificateArn(String certificateArn)
The certificate ARN.
certificateArn
- The certificate ARN.OutgoingCertificate.Builder certificateId(String certificateId)
The certificate ID.
certificateId
- The certificate ID.OutgoingCertificate.Builder transferredTo(String transferredTo)
The Amazon Web Services account to which the transfer was made.
transferredTo
- The Amazon Web Services account to which the transfer was made.OutgoingCertificate.Builder transferDate(Instant transferDate)
The date the transfer was initiated.
transferDate
- The date the transfer was initiated.OutgoingCertificate.Builder transferMessage(String transferMessage)
The transfer message.
transferMessage
- The transfer message.OutgoingCertificate.Builder creationDate(Instant creationDate)
The certificate creation date.
creationDate
- The certificate creation date.Copyright © 2022. All rights reserved.