Interface AssociateRoleAssignment

All Known Implementing Classes:
AssociateRoleAssignmentImpl

public interface AssociateRoleAssignment
AssociateRoleAssignment
Example to create an instance using the builder pattern

     AssociateRoleAssignment associateRoleAssignment = AssociateRoleAssignment.builder()
             .associateRole(associateRoleBuilder -> associateRoleBuilder)
             .inheritance(AssociateRoleInheritanceMode.ENABLED)
             .build()