Interface UpdateTemplateGroupAccessControlEntryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateTemplateGroupAccessControlEntryRequest.Builder,UpdateTemplateGroupAccessControlEntryRequest>,PcaConnectorAdRequest.Builder,SdkBuilder<UpdateTemplateGroupAccessControlEntryRequest.Builder,UpdateTemplateGroupAccessControlEntryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateTemplateGroupAccessControlEntryRequest
public static interface UpdateTemplateGroupAccessControlEntryRequest.Builder extends PcaConnectorAdRequest.Builder, SdkPojo, CopyableBuilder<UpdateTemplateGroupAccessControlEntryRequest.Builder,UpdateTemplateGroupAccessControlEntryRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pcaconnectorad.model.PcaConnectorAdRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accessRights
UpdateTemplateGroupAccessControlEntryRequest.Builder accessRights(AccessRights accessRights)
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
- Parameters:
accessRights- Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessRights
default UpdateTemplateGroupAccessControlEntryRequest.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.Builderavoiding the need to create one manually viaAccessRights.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccessRights(AccessRights).- Parameters:
accessRights- a consumer that will call methods onAccessRights.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accessRights(AccessRights)
-
groupDisplayName
UpdateTemplateGroupAccessControlEntryRequest.Builder groupDisplayName(String groupDisplayName)
Name of the Active Directory group. This name does not need to match the group name in Active Directory.
- Parameters:
groupDisplayName- Name of the Active Directory group. This name does not need to match the group name in Active Directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupSecurityIdentifier
UpdateTemplateGroupAccessControlEntryRequest.Builder groupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
- Parameters:
groupSecurityIdentifier- Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateArn
UpdateTemplateGroupAccessControlEntryRequest.Builder templateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
- Parameters:
templateArn- The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateTemplateGroupAccessControlEntryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateTemplateGroupAccessControlEntryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-