public static interface CreateTemplateGroupAccessControlEntryRequest.Builder extends PcaConnectorAdRequest.Builder, SdkPojo, CopyableBuilder<CreateTemplateGroupAccessControlEntryRequest.Builder,CreateTemplateGroupAccessControlEntryRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTemplateGroupAccessControlEntryRequest.Builder accessRights(AccessRights accessRights)
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
accessRights - Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a
template.default CreateTemplateGroupAccessControlEntryRequest.Builder accessRights(Consumer<AccessRights.Builder> accessRights)
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
This is a convenience method that creates an instance of theAccessRights.Builder avoiding the need
to create one manually via AccessRights.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accessRights(AccessRights).
accessRights - a consumer that will call methods on AccessRights.BuilderaccessRights(AccessRights)CreateTemplateGroupAccessControlEntryRequest.Builder clientToken(String clientToken)
Idempotency token.
clientToken - Idempotency token.CreateTemplateGroupAccessControlEntryRequest.Builder groupDisplayName(String groupDisplayName)
Name of the Active Directory group. This name does not need to match the group name in Active Directory.
groupDisplayName - Name of the Active Directory group. This name does not need to match the group name in Active
Directory.CreateTemplateGroupAccessControlEntryRequest.Builder groupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
groupSecurityIdentifier - Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".CreateTemplateGroupAccessControlEntryRequest.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.CreateTemplateGroupAccessControlEntryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTemplateGroupAccessControlEntryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.