Interface GetTemplateGroupAccessControlEntryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTemplateGroupAccessControlEntryResponse.Builder,
,GetTemplateGroupAccessControlEntryResponse> PcaConnectorAdResponse.Builder
,SdkBuilder<GetTemplateGroupAccessControlEntryResponse.Builder,
,GetTemplateGroupAccessControlEntryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTemplateGroupAccessControlEntryResponse
@Mutable
@NotThreadSafe
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
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, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaAccessControlEntry.builder()
.When the
Consumer
completes,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:
-