Interface GetTemplateGroupAccessControlEntryResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetTemplateGroupAccessControlEntryResponse.Builder,,GetTemplateGroupAccessControlEntryResponse> PcaConnectorAdResponse.Builder,SdkBuilder<GetTemplateGroupAccessControlEntryResponse.Builder,,GetTemplateGroupAccessControlEntryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetTemplateGroupAccessControlEntryResponse
public static interface GetTemplateGroupAccessControlEntryResponse.Builder
extends PcaConnectorAdResponse.Builder, SdkPojo, CopyableBuilder<GetTemplateGroupAccessControlEntryResponse.Builder,GetTemplateGroupAccessControlEntryResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionaccessControlEntry(Consumer<AccessControlEntry.Builder> accessControlEntry) An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.accessControlEntry(AccessControlEntry accessControlEntry) An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.pcaconnectorad.model.PcaConnectorAdResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
accessControlEntry
GetTemplateGroupAccessControlEntryResponse.Builder accessControlEntry(AccessControlEntry accessControlEntry) An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.
- Parameters:
 accessControlEntry- An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accessControlEntry
default GetTemplateGroupAccessControlEntryResponse.Builder accessControlEntry(Consumer<AccessControlEntry.Builder> accessControlEntry) An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.
This is a convenience method that creates an instance of theAccessControlEntry.Builderavoiding the need to create one manually viaAccessControlEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccessControlEntry(AccessControlEntry).- Parameters:
 accessControlEntry- a consumer that will call methods onAccessControlEntry.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -