ToCopyableBuilder<Certificate.Builder,Certificate>
@Generated("software.amazon.awssdk:codegen") public class Certificate extends Object implements ToCopyableBuilder<Certificate.Builder,Certificate>
A CA certificate for an AWS account.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Certificate.Builder |
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
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() |
|
Date |
validFrom() |
The starting date from which the certificate is valid.
|
Date |
validTill() |
The final date that the certificate continues to be valid.
|
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 Date validFrom()
The starting date from which the certificate is valid.
public Date 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.