public static interface UpdateTemplateRequest.Builder extends PcaConnectorAdRequest.Builder, SdkPojo, CopyableBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateTemplateRequest.Builder |
definition(Consumer<TemplateDefinition.Builder> definition)
Template configuration to define the information included in certificates.
|
UpdateTemplateRequest.Builder |
definition(TemplateDefinition definition)
Template configuration to define the information included in certificates.
|
UpdateTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTemplateRequest.Builder |
reenrollAllCertificateHolders(Boolean reenrollAllCertificateHolders)
This setting allows the major version of a template to be increased automatically.
|
UpdateTemplateRequest.Builder |
templateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTemplateRequest.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 UpdateTemplateRequest.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)UpdateTemplateRequest.Builder reenrollAllCertificateHolders(Boolean reenrollAllCertificateHolders)
This setting allows the major version of a template to be increased automatically. All members of Active Directory groups that are allowed to enroll with a template will receive a new certificate issued using that template.
reenrollAllCertificateHolders - This setting allows the major version of a template to be increased automatically. All members of
Active Directory groups that are allowed to enroll with a template will receive a new certificate
issued using that template.UpdateTemplateRequest.Builder templateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
templateArn - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.UpdateTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.