public static interface CreateTemplateRequest.Builder extends PcaConnectorAdRequest.Builder, SdkPojo, CopyableBuilder<CreateTemplateRequest.Builder,CreateTemplateRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTemplateRequest.Builder clientToken(String clientToken)
Idempotency token.
clientToken - Idempotency token.CreateTemplateRequest.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.CreateTemplateRequest.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 CreateTemplateRequest.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)CreateTemplateRequest.Builder name(String name)
Name of the template. The template name must be unique.
name - Name of the template. The template name must be unique.CreateTemplateRequest.Builder tags(Map<String,String> tags)
Metadata assigned to a template consisting of a key-value pair.
tags - Metadata assigned to a template consisting of a key-value pair.CreateTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.