Interface ServerCertificateSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServerCertificateSummary.Builder,
,ServerCertificateSummary> SdkBuilder<ServerCertificateSummary.Builder,
,ServerCertificateSummary> SdkPojo
- Enclosing class:
ServerCertificateSummary
public static interface ServerCertificateSummary.Builder
extends SdkPojo, CopyableBuilder<ServerCertificateSummary.Builder,ServerCertificateSummary>
-
Method Summary
Modifier and TypeMethodDescriptionserverCertificateArn
(String serverCertificateArn) The ARN of the server certificate.serverCertificateStatus
(String serverCertificateStatus) The status of the server certificate.serverCertificateStatus
(ServerCertificateStatus serverCertificateStatus) The status of the server certificate.serverCertificateStatusDetail
(String serverCertificateStatusDetail) Details that explain the status of the server certificate.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, sdkFields
-
Method Details
-
serverCertificateArn
The ARN of the server certificate.
- Parameters:
serverCertificateArn
- The ARN of the server certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverCertificateStatus
The status of the server certificate.
- Parameters:
serverCertificateStatus
- The status of the server certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serverCertificateStatus
ServerCertificateSummary.Builder serverCertificateStatus(ServerCertificateStatus serverCertificateStatus) The status of the server certificate.
- Parameters:
serverCertificateStatus
- The status of the server certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serverCertificateStatusDetail
ServerCertificateSummary.Builder serverCertificateStatusDetail(String serverCertificateStatusDetail) Details that explain the status of the server certificate.
- Parameters:
serverCertificateStatusDetail
- Details that explain the status of the server certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-