public static interface Template.Builder extends SdkPojo, CopyableBuilder<Template.Builder,Template>
| Modifier and Type | Method and Description |
|---|---|
Template.Builder |
arn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
Template.Builder |
connectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
Template.Builder |
createdAt(Instant createdAt)
The date and time that the template was created.
|
default Template.Builder |
definition(Consumer<TemplateDefinition.Builder> definition)
Template configuration to define the information included in certificates.
|
Template.Builder |
definition(TemplateDefinition definition)
Template configuration to define the information included in certificates.
|
Template.Builder |
name(String name)
Name of the templates.
|
Template.Builder |
objectIdentifier(String objectIdentifier)
Object identifier of a template.
|
Template.Builder |
policySchema(Integer policySchema)
The template schema version.
|
default Template.Builder |
revision(Consumer<TemplateRevision.Builder> revision)
The version of the template.
|
Template.Builder |
revision(TemplateRevision revision)
The version of the template.
|
Template.Builder |
status(String status)
Status of the template.
|
Template.Builder |
status(TemplateStatus status)
Status of the template.
|
Template.Builder |
updatedAt(Instant updatedAt)
The date and time that the template was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplate.Builder arn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
arn - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.Template.Builder connectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
connectorArn - The Amazon Resource Name (ARN) that was returned when you called CreateConnector.Template.Builder createdAt(Instant createdAt)
The date and time that the template was created.
createdAt - The date and time that the template was created.Template.Builder definition(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.
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.default Template.Builder definition(Consumer<TemplateDefinition.Builder> 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.
This is a convenience method that creates an instance of theTemplateDefinition.Builder avoiding the
need to create one manually via TemplateDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to definition(TemplateDefinition).
definition - a consumer that will call methods on TemplateDefinition.Builderdefinition(TemplateDefinition)Template.Builder name(String name)
Name of the templates. Template names must be unique.
name - Name of the templates. Template names must be unique.Template.Builder objectIdentifier(String objectIdentifier)
Object identifier of a template.
objectIdentifier - Object identifier of a template.Template.Builder policySchema(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.
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.Template.Builder revision(TemplateRevision revision)
The version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.
revision - The version of the template. Template updates will increment the minor revision. Re-enrolling all
certificate holders will increment the major revision.default Template.Builder revision(Consumer<TemplateRevision.Builder> revision)
The version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.
This is a convenience method that creates an instance of theTemplateRevision.Builder avoiding the
need to create one manually via TemplateRevision.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to revision(TemplateRevision).
revision - a consumer that will call methods on TemplateRevision.Builderrevision(TemplateRevision)Template.Builder status(String status)
Status of the template. Status can be creating, active, deleting, or failed.
status - Status of the template. Status can be creating, active, deleting, or failed.TemplateStatus,
TemplateStatusTemplate.Builder status(TemplateStatus status)
Status of the template. Status can be creating, active, deleting, or failed.
status - Status of the template. Status can be creating, active, deleting, or failed.TemplateStatus,
TemplateStatusTemplate.Builder updatedAt(Instant updatedAt)
The date and time that the template was updated.
updatedAt - The date and time that the template was updated.Copyright © 2023. All rights reserved.