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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetTemplateGroupAccessControlEntryResponse.BuilderaccessControlEntry(Consumer<AccessControlEntry.Builder> accessControlEntry)An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.GetTemplateGroupAccessControlEntryResponse.BuilderaccessControlEntry(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
copy
-
Methods inherited from interface software.amazon.awssdk.services.pcaconnectorad.model.PcaConnectorAdResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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:
accessControlEntry(AccessControlEntry)
-
-