@Generated(value="software.amazon.awssdk:codegen") public final class Template extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Template.Builder,Template>
An Active Directory compatible certificate template. Connectors issue certificates against these templates based on the requestor's Active Directory group membership.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Template.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
static Template.Builder |
builder() |
String |
connectorArn()
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
Instant |
createdAt()
The date and time that the template was created.
|
TemplateDefinition |
definition()
Template configuration to define the information included in certificates.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Name of the templates.
|
String |
objectIdentifier()
Object identifier of a template.
|
Integer |
policySchema()
The template schema version.
|
TemplateRevision |
revision()
The version of the template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Template.Builder> |
serializableBuilderClass() |
TemplateStatus |
status()
Status of the template.
|
String |
statusAsString()
Status of the template.
|
Template.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The date and time that the template was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
public final String connectorArn()
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
public final Instant createdAt()
The date and time that the template was created.
public final TemplateDefinition definition()
Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
public final String name()
Name of the templates. Template names must be unique.
public final String objectIdentifier()
Object identifier of a template.
public final Integer policySchema()
The template schema version. Template schema versions can be v2, v3, or v4. The template configuration options change based on the template schema version.
public final TemplateRevision revision()
The version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.
public final TemplateStatus status()
Status of the template. Status can be creating, active, deleting, or failed.
If the service returns an enum value that is not available in the current SDK version, status will
return TemplateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TemplateStatuspublic final String statusAsString()
Status of the template. Status can be creating, active, deleting, or failed.
If the service returns an enum value that is not available in the current SDK version, status will
return TemplateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TemplateStatuspublic final Instant updatedAt()
The date and time that the template was updated.
public Template.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Template.Builder,Template>public static Template.Builder builder()
public static Class<? extends Template.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.