@Generated(value="software.amazon.awssdk:codegen") public final class Certificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Certificate.Builder,Certificate>
A CA certificate for an AWS account.
Modifier and Type | Class and Description |
---|---|
static interface |
Certificate.Builder |
Modifier and Type | Method and Description |
---|---|
static Certificate.Builder |
builder() |
String |
certificateArn()
The Amazon Resource Name (ARN) for the certificate.
|
String |
certificateIdentifier()
The unique key that identifies a certificate.
|
String |
certificateType()
The type of the certificate.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Certificate.Builder> |
serializableBuilderClass() |
String |
thumbprint()
The thumbprint of the certificate.
|
Certificate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Instant |
validFrom()
The starting date from which the certificate is valid.
|
Instant |
validTill()
The final date that the certificate continues to be valid.
|
copy
public String certificateIdentifier()
The unique key that identifies a certificate.
public String certificateType()
The type of the certificate.
public String thumbprint()
The thumbprint of the certificate.
public Instant validFrom()
The starting date from which the certificate is valid.
public Instant validTill()
The final date that the certificate continues to be valid.
public String certificateArn()
The Amazon Resource Name (ARN) for the certificate.
public Certificate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Certificate.Builder,Certificate>
public static Certificate.Builder builder()
public static Class<? extends Certificate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.