Interface AccessControlEntrySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccessControlEntrySummary.Builder,AccessControlEntrySummary>,SdkBuilder<AccessControlEntrySummary.Builder,AccessControlEntrySummary>,SdkPojo
- Enclosing class:
- AccessControlEntrySummary
public static interface AccessControlEntrySummary.Builder extends SdkPojo, CopyableBuilder<AccessControlEntrySummary.Builder,AccessControlEntrySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AccessControlEntrySummary.BuilderaccessRights(Consumer<AccessRights.Builder> accessRights)Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.AccessControlEntrySummary.BuilderaccessRights(AccessRights accessRights)Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.AccessControlEntrySummary.BuildercreatedAt(Instant createdAt)The date and time that the Access Control Entry was created.AccessControlEntrySummary.BuildergroupDisplayName(String groupDisplayName)Name of the Active Directory group.AccessControlEntrySummary.BuildergroupSecurityIdentifier(String groupSecurityIdentifier)Security identifier (SID) of the group object from Active Directory.AccessControlEntrySummary.BuildertemplateArn(String templateArn)The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.AccessControlEntrySummary.BuilderupdatedAt(Instant updatedAt)The date and time that the Access Control Entry was updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
AccessControlEntrySummary.Builder accessRights(AccessRights accessRights)
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
- Parameters:
accessRights- Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessRights
default AccessControlEntrySummary.Builder accessRights(Consumer<AccessRights.Builder> accessRights)
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against 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)
-
createdAt
AccessControlEntrySummary.Builder createdAt(Instant createdAt)
The date and time that the Access Control Entry was created.
- Parameters:
createdAt- The date and time that the Access Control Entry was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupDisplayName
AccessControlEntrySummary.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
AccessControlEntrySummary.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
AccessControlEntrySummary.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.
-
updatedAt
AccessControlEntrySummary.Builder updatedAt(Instant updatedAt)
The date and time that the Access Control Entry was updated.
- Parameters:
updatedAt- The date and time that the Access Control Entry was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-