ToCopyableBuilder<ServerCertificate.Builder,ServerCertificate>
@Generated("software.amazon.awssdk:codegen") public class ServerCertificate extends Object implements ToCopyableBuilder<ServerCertificate.Builder,ServerCertificate>
Contains information about a server certificate.
This data type is used as a response element in the GetServerCertificate action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ServerCertificate.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ServerCertificate.Builder |
builder() |
|
String |
certificateBody() |
The contents of the public key certificate.
|
String |
certificateChain() |
The contents of the public key certificate chain.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ServerCertificate.Builder> |
serializableBuilderClass() |
|
ServerCertificateMetadata |
serverCertificateMetadata() |
The meta information of the server certificate, such as its name, path, ID, and ARN.
|
ServerCertificate.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public ServerCertificateMetadata serverCertificateMetadata()
The meta information of the server certificate, such as its name, path, ID, and ARN.
public String certificateBody()
The contents of the public key certificate.
public String certificateChain()
The contents of the public key certificate chain.
public ServerCertificate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ServerCertificate.Builder,ServerCertificate>
public static ServerCertificate.Builder builder()
public static Class<? extends ServerCertificate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.