public static interface TemplateDefinition.Builder extends SdkPojo, CopyableBuilder<TemplateDefinition.Builder,TemplateDefinition>
| Modifier and Type | Method and Description |
|---|---|
default TemplateDefinition.Builder |
templateV2(Consumer<TemplateV2.Builder> templateV2)
Template configuration to define the information included in certificates.
|
TemplateDefinition.Builder |
templateV2(TemplateV2 templateV2)
Template configuration to define the information included in certificates.
|
default TemplateDefinition.Builder |
templateV3(Consumer<TemplateV3.Builder> templateV3)
Template configuration to define the information included in certificates.
|
TemplateDefinition.Builder |
templateV3(TemplateV3 templateV3)
Template configuration to define the information included in certificates.
|
default TemplateDefinition.Builder |
templateV4(Consumer<TemplateV4.Builder> templateV4)
Template configuration to define the information included in certificates.
|
TemplateDefinition.Builder |
templateV4(TemplateV4 templateV4)
Template configuration to define the information included in certificates.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateDefinition.Builder templateV2(TemplateV2 templateV2)
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.
templateV2 - 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 TemplateDefinition.Builder templateV2(Consumer<TemplateV2.Builder> templateV2)
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 theTemplateV2.Builder avoiding the need to
create one manually via TemplateV2.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to templateV2(TemplateV2).
templateV2 - a consumer that will call methods on TemplateV2.BuildertemplateV2(TemplateV2)TemplateDefinition.Builder templateV3(TemplateV3 templateV3)
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.
templateV3 - 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 TemplateDefinition.Builder templateV3(Consumer<TemplateV3.Builder> templateV3)
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 theTemplateV3.Builder avoiding the need to
create one manually via TemplateV3.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to templateV3(TemplateV3).
templateV3 - a consumer that will call methods on TemplateV3.BuildertemplateV3(TemplateV3)TemplateDefinition.Builder templateV4(TemplateV4 templateV4)
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.
templateV4 - 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 TemplateDefinition.Builder templateV4(Consumer<TemplateV4.Builder> templateV4)
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 theTemplateV4.Builder avoiding the need to
create one manually via TemplateV4.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to templateV4(TemplateV4).
templateV4 - a consumer that will call methods on TemplateV4.BuildertemplateV4(TemplateV4)Copyright © 2023. All rights reserved.