Interface TlsCertificateData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TlsCertificateData.Builder,
,TlsCertificateData> SdkBuilder<TlsCertificateData.Builder,
,TlsCertificateData> SdkPojo
- Enclosing class:
TlsCertificateData
@Mutable
@NotThreadSafe
public static interface TlsCertificateData.Builder
extends SdkPojo, CopyableBuilder<TlsCertificateData.Builder,TlsCertificateData>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateArn
(String certificateArn) The Amazon Resource Name (ARN) of the certificate.certificateSerial
(String certificateSerial) The serial number of the certificate.The status of the certificate.statusMessage
(String statusMessage) Contains details about the certificate status, including information about certificate errors.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
certificateArn
The Amazon Resource Name (ARN) of the certificate.
- Parameters:
certificateArn
- The Amazon Resource Name (ARN) of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateSerial
The serial number of the certificate.
- Parameters:
certificateSerial
- The serial number of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the certificate.
- Parameters:
status
- The status of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
Contains details about the certificate status, including information about certificate errors.
- Parameters:
statusMessage
- Contains details about the certificate status, including information about certificate errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-